PdsBatchAttributes::allowInheritance Method
Checks whether the batch attribute value of the batch can be transferred to co-products and finished goods.
Syntax
client server public static boolean allowInheritance(
ItemId _itemId,
InventBatchId _inventBatchId,
PdsBatchAttribId _pdsBatchAttribId)
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The ID of the item that is related to the attribute.
- _inventBatchId
Type: InventBatchId Extended Data Type
The ID of the batch that contains the attribute.
- _pdsBatchAttribId
Type: PdsBatchAttribId Extended Data Type
The ID of the attribute that contains the value.
Return Value
Type: boolean
true if the attribute value can be inherited; otherwise, false.