AddItem Method
Description
Creates a new item object.
Syntax
Visual Basic
Public Function AddItem( _
   ByVal ItemData As Variant _
) As Object
Parameters
ItemData
Always pass Null.
Return Type
Remarks

The owner type and owner ID are filled in automatically based on the object that owns the factory. These fields are read-only.

After creating the AssetRelation, set the required fields ASR_RELATED_ID, ASR_RELATED_TYPE before posting.

Optionally, set the AssetRelation fields ASR_ORDER and ASR_CONDITION.

 

See Also