DMFEntityWriter::getNumOfRecords Method [AX 2012]

Gets count for number of records.

client server public static int getNumOfRecords(
    TableName _entityTableName, 
    DMFExecutionId _executionId, 
    boolean _onlyErrored, 
    boolean _onlySelected)

Run On

Called

Parameters

_entityTableName
Type: TableName Extended Data Type
A variable holds the table name.
_executionId
Type: DMFExecutionId Extended Data Type
A variable of type DMFExecutionId.
_onlyErrored
Type: boolean
A boolean value to get errored one's.
_onlySelected
Type: boolean
A boolean value to get _onlySelected one's.

Return Value

Type: int
Number of records.
Show: