DMFStagingWriter::helperCompositeEntity Method [AX 2012]

Fetches the composite entity details.

client server public static CLRObject helperCompositeEntity(
    DMFDefinationGroupName _definitionGroup, 
    FilePath _filePath, 
    DMFEntityName _entity, 
    DMFDataSourceProperties _dmfDataSourceProperties, 
    CLRObject _dmfEntity, 
    DMFExecutionId _executionId, 
    str _packagePath, 
   [TableId _id])

Run On

Called

Parameters

_definitionGroup
Type: DMFDefinationGroupName Extended Data Type
Definiton group.
_filePath
Type: FilePath Extended Data Type
File path.
_entity
Type: DMFEntityName Extended Data Type
Entity name.
_dmfDataSourceProperties
Type: DMFDataSourceProperties Table
Data source.
_dmfEntity
Type: CLRObject Class
Entity object to be written to staging.
_executionId
Type: DMFExecutionId Extended Data Type
Execution Id.
_packagePath
Type: str
Package path.
_id
Type: TableId Extended Data Type
Table Id.

Return Value

Type: CLRObject Class
Returns the composite entity with populated data.
Show: