Edit history

Edit: -1 of 1
Time: 2007-02-16 07:06:03
Note: /dabosite/wiki/HowToGetForeignKeysSet/edit

changed:
-
You need to set **bizobj.!FillLinkFromParent** to True.

Of cause you also have to supply the usual Information for the parent-child relation:

childBizobj.!FillLinkFromParent = True

childBizobj.!LinkField = "parent_iid"

parentBizobj.addChild(childBizobj)