DMFStagingWriter::helperEntity Method [AX 2012]

Fetches the entity details.

client server public static CLRObject helperEntity(
    DMFDataSourceProperties _dmfDataSourceProperties, 
    DMFDataSource _dmfDataSource, 
    SysDictTable _dictTable, 
    CLRObject _dmfEntity, 
    DMFEntity _entityLoc, 
    DMFDataSource _dmfDataSourceLoc, 
    DMFExecutionId _executionId, 
   [TableId _id])

Run On

Called

Parameters

_dmfDataSourceProperties
Type: DMFDataSourceProperties Table
Data source properties..
_dmfDataSource
Type: DMFDataSource Table
Data source.
_dictTable
Type: SysDictTable Class
Dictinoary table.
_dmfEntity
Type: CLRObject Class
Entity to be written.
_entityLoc
Type: DMFEntity Table
Entity with basic details.
_dmfDataSourceLoc
Type: DMFDataSource Table
Data source for basic entity.
_executionId
Type: DMFExecutionId Extended Data Type
Execution Id.
_id
Type: TableId Extended Data Type
Table Id.

Return Value

Type: CLRObject Class
Returns entity object with data.
Show: