ReqTransCache_Daily.isItemMarkedForProcessing Method [AX 2012]
Indicates whether the specified item is marked for processing.
Syntax
public boolean isItemMarkedForProcessing(ItemId _itemId)
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The item for which to search.
Return Value
Type: boolean
true if the item is marked for processing; otherwise, false.
Remarks
This method always returns false.