Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines if the given Item belongs to a Tracking Dimension that has the "Allow Blank Issue" flag enabled
Syntax
client server public static boolean isItemAllowBlankIssue(DataAreaId _itemDataAreaId, ItemId _itemId)
Run On
Called
Parameters
- _itemDataAreaId
Type: DataAreaId Extended Data Type
A DataAreaId field of the InventTable record for the item.
- _itemId
Type: ItemId Extended Data Type
A ItemId field of the InventTable record for the item.
Return Value
Type: boolean
true if the Item has the "Allow Blank Issue" field set to true, false otherwise.