View Links (VL) in OA Framework(OAF)







View Links (VL) in OA Framework(OAF)

View Link is a relationship between two View Objects (VO). View Link can be created by selecting a source objects and a destination object. Cardinality has to be provided between objects. By default it is 0..1 to * relationship.


View Links are used to define Master Child relationships between Two View Objects(VO)


As Shown in the above figure. From Source a attribute which has join with destination should be selected and Add Button need to be clicked so that View Links exists between two VO Objects.

Behavior of View Links

  • If a query is made on the Parent then all the relevant child records also will get retrieved based on the join.
  • Child Records will get refreshed automatically if parent record is queries via Via Link.

Naming Standards of View Links

<filename>Parent_name_Child_name_VL.xml

No comments