DMFDefinitionGroupExecution::serviceInsertOrDisplay Method
Gets or inserts a reocrd in to DMFDefinitionGroupExecution.
Syntax
server public static boolean serviceInsertOrDisplay(
DMFDefinitionGroup _dmfDefinitionGroup,
DMFExecutionId _executionId,
DMFEntityName _entityName,
FilePath _filePath,
[Description _description,
FilePath _inProcessFilePath,
FilePath _completedFilePath,
FilePath _errorFilePath,
NoYes _executeTargetStep,
DMFFileType _fileType,
int _numberOfThreads,
str _parameterStr])
Run On
Server
Parameters
- _dmfDefinitionGroup
Type: DMFDefinitionGroup Table
A definition group name.
- _executionId
Type: DMFExecutionId Extended Data Type
The value of the execution id.
- _entityName
Type: DMFEntityName Extended Data Type
It is the name of an entity.
- _filePath
Type: FilePath Extended Data Type
The value which contains the file path.
- _description
Type: Description Extended Data Type
A string value of description.
- _inProcessFilePath
Type: FilePath Extended Data Type
A value specifies the path of the file which is in process.
- _completedFilePath
Type: FilePath Extended Data Type
A value specifies the path of the file which is completed..
- _errorFilePath
Type: FilePath Extended Data Type
A value specifies the path of the file which is giving error.
- _executeTargetStep
Type: NoYes Enumeration
A boolean value,specifies the target step to be executed or not.
- _fileType
Type: DMFFileType Enumeration
A value specifies the file type.
- _numberOfThreads
Type: int
A variable to get number of threads.
- _parameterStr
Type: str
Parameter string,Optional.
Return Value
Type: boolean
Returns if the validation occurs