GetUnreleasedChildMasterIDsByItemMasterIDs Method
Returns a list of child Item Master IDs which are the unreleased children of the specified Items with respect to the specified Change Order.
Required Permissions
ChangeOrderReadSyntax
public System.long[] GetUnreleasedChildMasterIDsByItemMasterIDs(
System.long changeOrderId,
System.long[] itemMasterIds,
System.bool recursive
)Public Function GetUnreleasedChildMasterIDsByItemMasterIDs( _
ByVal changeOrderId As System.Long, _
ByVal itemMasterIds() As System.Long, _
ByVal recursive As System.Boolean _
) As System.Long()Parameters
| Name | Description |
|---|---|
| changeOrderId | The Change Order ID. |
| itemMasterIds | The Item master IDs. |
| recursive | If true all descendents are checked. If false, only the first level of children are checked. |
Return Value
The Item master IDs for the unreleased children.