DMFEntityWriterService.targetService Method [AX 2012]

Service entry point to import data from a file to ax.This method will check for the processing group, if exists then updates the record set in DMFDefinitionGroupExecution table. For each entity, mapping will be created between source to staging and staging to target. Once the mapping is created successfully, it will copy the data first from source to staging, validates the data and then copies from staging to target.

Syntax

public void targetService(
    DMFEntityWriterContract _dmfEntityWriterContract, 
    str _entityNameList, 
    str _taskSizeList)

Run On

Server

Parameters

  • _entityNameList
    Type: str
    The list of entity names seperated by semicolon.
  • _taskSizeList
    Type: str
    The number of tasks for each entity seperated by semicolon.

See Also

Reference

DMFEntityWriterService Class