InventBatch::pdsCheckNullBatchDate Method
Indicates whether the product batch specified has empty shelf dates.
Syntax
client server public static boolean pdsCheckNullBatchDate(InventBatchId _batchId, ItemId _itemId)
Run On
Called
Parameters
- _batchId
Type: InventBatchId Extended Data Type
The batch number specified.
- _itemId
Type: ItemId Extended Data Type
The ID of the item specified.
Return Value
Type: boolean
true if the batch has no dates and the item is shelf life; otherwise false.
Remarks
false if the item is not shelf life or the batch number is not specified; otherwise, true.