Click or drag to resize

TaskMappingControllerUpdateOrCreateTaskMapping Method

Updates an existing task mapping or creates a new task mapping When creating a new task mapping can it be based on a template by specifying the data object id of the 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
Syntax
C#
public DataObject UpdateOrCreateTaskMapping(
	string newMappingConfiguration,
	string newTaskMappingDescription,
	string idTaskMappingToUpdate,
	string idTaskMappingToUseAsTemplate,
	DataObject systemDataObject,
	string queryObjectType,
	string mappingType,
	string sourceTypeName
)

Parameters

newMappingConfiguration
Type: SystemString
Required. The task mapping XML to apply to updated or new task mapping
newTaskMappingDescription
Type: SystemString
Optional. Description to apply the task mapping object.
idTaskMappingToUpdate
Type: SystemString
Optional. Data object ID of the task mapping object to update. Specify an empty string to create a new task mapping
idTaskMappingToUseAsTemplate
Type: SystemString
Optional. Data object ID of the template task mapping the new mapping is based on.
systemDataObject
Type: Omada.OE.ModelDataObject
Required when creating new task mapping or instance of a task mapping template. The system for which the task mapping is updated or created
queryObjectType
Type: SystemString
Required when creating new task mapping. Used to generate name for new task mapping
mappingType
Type: SystemString
Required when creating new task mapping. Used to generate name for new task mapping
sourceTypeName
Type: SystemString
Required when creating new task mapping. Used to generate name for new task mapping

Return Value

Type: DataObject
See Also