DMFEntityWriter::runOnServerWriter Method [AX 2012]

Inserts a record in to DMFEntityWriter table.

server public static container runOnServerWriter(
    DMFDefinitionGroupExecution _definitionGroupExecution, 
    DMFDefinationGroupName _definitionGroup, 
    DMFExecutionId _executionId, 
    DMFEntity _entity, 
    boolean _onlyErrored, 
    boolean _onlySelected, 
    RefRecId _startRefRecId, 
    RefRecId _endRefRecId, 
    DMFEntityWriter _entityWriter)

Run On

Server

Parameters

_definitionGroupExecution
Type: DMFDefinitionGroupExecution Table
A table buffer.
_definitionGroup
Type: DMFDefinationGroupName Extended Data Type
A defination group name.
_executionId
Type: DMFExecutionId Extended Data Type
A variable of type DMFExecutionId.
_entity
Type: DMFEntity Table
An entity name.
_onlyErrored
Type: boolean
Boolean value for only errored.
_onlySelected
Type: boolean
Boolean value for only selected.
_startRefRecId
Type: RefRecId Extended Data Type
The starting reference rec id.
_endRefRecId
Type: RefRecId Extended Data Type
End reference rec id.
_entityWriter
Type: DMFEntityWriter Class
A table buffer.

Return Value

Type: container
Set of records as a container.
Show: