Main Menu
Lecture 1
Lecture 2
Lecture 3
Lecture 4
Lecture 6
Lecture 7
 

 

 

WOExtensions: WOToOne and WOToMany

Used within a form for editing relationships

Handles display and updating the relationship

Allows user to update information relating to an object

e.g. When displaying an actors record, a pop-up menu allows the user to change the actors relationship to a movie

WOToOne

WOToMany

Bindings

master object in the sourceObject attribute

entity name of the source object to the sourceEntityName

name of the relationship to the relationshipKey

name of the attribute in the detail object you wish displayed to the destinationDisplayKey

Lect 5 Demo 6 ( Download )