PdsBatchAttrib.checkAttribCriteria Method
Checks whether batch attribute value fits the batch attribute range and multiple criteria.
Syntax
public boolean checkAttribCriteria(PdsBatchAttribValue _batchAttribValue, ItemId _itemId)
Run On
Called
Parameters
- _batchAttribValue
Type: PdsBatchAttribValue Extended Data Type
The batch attribute value.
- _itemId
Type: ItemId Extended Data Type
The item ID.
Return Value
Type: boolean
A value that indicates whether the batch attribute value fits the attribute range criteria.
Remarks
The original code (before April 24) did not take into account possible range overrides from Attribute by Item or attributes by Group and such. The original code looked only at the master Batch Attribute setup. D-20-1499 Pds Batch attributes public boolean checkAttribCriteria(PdsBatchAttribValue _batchAttribValue, ItemId _itemId)