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)
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)