DMFEntityWriter.write Method [AX 2012]

Inserts a record in to data base.

public container write(
    DMFDefinitionGroupExecution _definitionGroupExecution, 
    DMFDefinationGroupName _definitionGroup, 
    DMFExecutionId _executionId, 
    DMFEntity _entity, 
    boolean _onlyErrored, 
    boolean _onlySelected, 
   [RefRecId _startRefRecId, 
    RefRecId _endRefRecId, 
    boolean _isCompare])

Run On

Called

Parameters

_definitionGroupExecution
Type: DMFDefinitionGroupExecution Table
A table buffer.
_definitionGroup
Type: DMFDefinationGroupName Extended Data Type
A defination group name.
_executionId
Type: DMFExecutionId Extended Data Type
An execution id.
_entity
Type: DMFEntity Table
An entity name.
_onlyErrored
Type: boolean
A boolean value.
_onlySelected
Type: boolean
A value of type boolean.
_startRefRecId
Type: RefRecId Extended Data Type
Starting reference reci Id.
_endRefRecId
Type: RefRecId Extended Data Type
End reference rec id.
_isCompare
Type: boolean
True, if method is called from compare entity data.

Return Value

Type: container
Returns a list of newCount, updCount, stagingLogRecId and msgDisplayed as a container.

Community Additions

ADD
Show: