ReqTransCache_Daily.isItemMarkedForProcessing Method [AX 2012]

Indicates whether the specified item is marked for processing.

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.

This method always returns false.

Community Additions

ADD
Show: