MVG : ["Link----->MVL----->MVF----->MVG Applet"]
======
Link-----> relates Two BC's.
MVL------> leverage links to support MVF's
MVF------> allow Parent-Child information to be displayed in one View.
1:M :
===
1. Verify the Relationship is "1:M"
a. Go to Child or Many Side BC and Verify the Foriegn Key Column
b. Create a "SVF Field" in the Many Side BC to Reference the Foreign Key Column.
2. Create the "Link" or Select the Existing Link.
3. Go to 'Parent BC' and Specify the "MVL" i.e,
a. Create MVL
b. Create MVF for each field in the child BC to be added to parent BC.
4. Identify or Create an MVG Applet to display records from child BC.
5. Enable User to Invoke the 'MVG' Applet
a. Identify the "List Column/Control" that references the MVF.
b. Invoke 'MVG Applet' in the MVG Applet Property and Set Run Time Property to True.
6. Compile and test.