AxInternalBase.isProcessed Method [AX 2012]
Identifies the processing state of the record.
Syntax
public boolean isProcessed([boolean _isProcessed])
Run On
Called
Parameters
- _isProcessed
Type: boolean
The value to be set.
Return Value
Type: boolean
true if the record is processed; otherwise, false.
Remarks
The isProcessed method is used by the document services framework to identify the processing state of the record during inbound document processing. The value is set by the framework.