Forum Discussion
Yoann_Maingon
9 years agoIdeator I
1.MyMainItem.SetRelatedItem(myRelatedItem) takes an Item as single argument
it will find(or create) the related_id property in MyMainItem and appends myRelatedItem to it
2.MyMainItem.CreateRelatedItem("myItemType","get") takes a type of item and an AML action as arguments
it will find(or create) the related_id property in MyMainItem and appends : "<Item type='myItemType' action='get'/>"