AddComponentsToPromote Method
Assign item for specific BOM components
Syntax
public void AddComponentsToPromote(
System.long[] compIds,
ItemAssignAll assignAll,
System.bool autoAssignDuplicates
)Public Sub AddComponentsToPromote( _
ByVal compIds() As System.Long, _
ByVal assignAll As ItemAssignAll, _
ByVal autoAssignDuplicates As System.Boolean _
) Parameters
| Name | Description |
|---|---|
| compIds | The BOM component IDs to promote |
| assignAll | The child assignment behavior to use |
| autoAssignDuplicates | Whether to automatically link duplicates to existing items or to create new items |