PDSBatchAttribTransfer::isAttributeInherited Method
Gets a value that indicates whether the attribute is inherited.
Syntax
client server public static boolean isAttributeInherited(
BOMId _bomId,
PdsBatchAttribId _attribId,
ItemId _finishGood)
Run On
Called
Parameters
- _bomId
Type: BOMId Extended Data Type
The formula ID for the end item formula.
- _attribId
Type: PdsBatchAttribId Extended Data Type
The batch attribute ID to check.
- _finishGood
Type: ItemId Extended Data Type
The item ID of the end item to check.
Return Value
Type: boolean
true if batch attribute _attribId will be inherited for _finishGood; otherwise, false.