| TaskMappingControllerCreateNewInstanceFromTemplate Method |
Creates a new task mapping instance based on a task mapping template
Namespace:
Omada.OE.Solution.OIM.AppLogic.OPS
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic DataObject CreateNewInstanceFromTemplate(
DataObject taskMappingTemplate,
DataObject systemDataObject,
string mappingConfiguration = "",
string description = ""
)
Parameters
- taskMappingTemplate
- Type: Omada.OE.ModelDataObject
Required. The task mapping template - systemDataObject
- Type: Omada.OE.ModelDataObject
Required. The system to create new task mapping instance for. Used to generate unique name - mappingConfiguration (Optional)
- Type: SystemString
Optional. Specify if you dont wish to use the configuration from the template - description (Optional)
- Type: SystemString
Optional. Specify if you dont wish to use the description from the template
Return Value
Type:
DataObject
See Also