Link Related Questions
Sunday, 20 October 2024 6:07 PM
Join Link
It Fetches Single Record It fetches multiple Record
Join Exist between BC & Table Link exist between two different BC's
It has Join Constrain & Join Specification
Here we have 1:M & M:M
Join Constrain - It act as searchSpec on destination Column
1:M -This link crates parent and child Relationship, one parent having
Join specification - Here we give column and table from where we need data multiple Relationship
from.
M:M - Two entities(Table) related to each other using and Intersection table.
Here having Relation of 1:1
In Intersection table we will be storing row_id's of both table.
Join two types :
Implicit
Explicit
Implicit - are automatically joined to their extension table like S_ASSET is joined
to S_ASSET_X
Explicit - this bring data from another table other than base table
MVL(Multi Value Link) MVG(Multi Value Group)
It is used to display the child data in parent via link. It is a applet, where we can select multiple item at once (Responsibility
Applet)
MVF(Multi Value Field) SVF(Single Value Field)
A field in parent BC which refers the Child BC's field A Field which refers the single column or join column in table.
It is based on linked two different BC's It is based on Join table or base table
We need MVL for MVF
Create a Multi value Group
For let say Account applet having control Asset where we need MVG Applet.
There are two types
It could be pop up or Side by side
Create a link between Account & Asset BC
Create MVL with that link
Add the MVL to the field let say Asset Details field with dest field(It is a field from Asset BC)
Now Create MVG Applet, from file -> New Object -> MVG
Here type will be MVG
Add this MVG Applet to account details control
Now create Associate Applet, If want to pop on let say on Add button, we create normal applet
without any type now add this applet in control user property of add control
Popup Applet Name
Popup Dimension 500 * 800
Mode EditList
If you want normal mvg and associate applet
Just create mvg as same way and create associate as normal applet put type as Association
list