DMFDefinitionGroupExecution::insertOrDisplay Method
Inserts the record in to DMFDefinitionGroupExecution table.
Syntax
server public static boolean insertOrDisplay(
DMFDefinitionGroup _dmfDefinitionGroup,
DMFExecutionId _executionId,
[Description _description,
NoYes _executeTargetStep,
str _parameterStr])
Run On
Server
Parameters
- _dmfDefinitionGroup
Type: DMFDefinitionGroup Table
the name of the defination group.
- _executionId
Type: DMFExecutionId Extended Data Type
the value of execution id.
- _description
Type: Description Extended Data Type
It is string value shows the description.
- _executeTargetStep
Type: NoYes Enumeration
If True;execute the target step as well,Optional.
- _parameterStr
Type: str
Parameter string,Optional.
Return Value
Type: boolean
Returns a boolean value true.