DMFStagingWriter.stagingService Method [AX 2012]

Runs the staging service after populating the parameters.

public void stagingService(
    DMFExecutionId _executionId, 
    DMFDefinationGroupName _definationGroup, 
    str _filepath, 
   [DMFFileType _fileType, 
    str _entity, 
    Description _description, 
    FilePath _inProcessFilePath, 
    FilePath _completedFilePath, 
    FilePath _errorFilePath, 
    NoYes _executeTargetStep, 
    boolean _runOnservice])

Run On

Called

Parameters

_executionId
Type: DMFExecutionId Extended Data Type
Excecution id.
_definationGroup
Type: DMFDefinationGroupName Extended Data Type
Definition group.
_filepath
Type: str
File path of the source file.
_fileType
Type: DMFFileType Enumeration
Type of the file.
_entity
Type: str
Entity details.
_description
Type: Description Extended Data Type
Description.
_inProcessFilePath
Type: FilePath Extended Data Type
Source file path.
_completedFilePath
Type: FilePath Extended Data Type
Completed file path.
_errorFilePath
Type: FilePath Extended Data Type
Error file path.
_executeTargetStep
Type: NoYes Enumeration
Flag to check if target step has to be executed.
_runOnservice
Type: boolean
Flag to check of run on service has to executed.

Community Additions

ADD
Show: