UpdateItemBOMAssociationProperties Method
Update the property values on an BOM association.
Required Permissions
ItemEditSyntax
public void UpdateItemBOMAssociationProperties(
System.long itemId,
System.long[] itemAssocIds,
ItemAssocPropArray[] props
)Public Sub UpdateItemBOMAssociationProperties( _
ByVal itemId As System.Long, _
ByVal itemAssocIds() As System.Long, _
ByVal props() As ItemAssocPropArray _
) Parameters
| Name | Description |
|---|---|
| itemId | The ID of the parent item of the associations. |
| itemAssocIds | The IDs of the item bom links on which to set properties |
| props | Matching array of arrays of property values to set |