Click or drag to resize

DynamicOdwModelOverridesControllerGetOverrides Method

Method used to override properties of static ODWModel which is used in "queries and mapping" dialog

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<Object> GetOverrides(
	int systemId
)

Parameters

systemId
Type: SystemInt32
System

Return Value

Type: ListObject
List of overrides for different object types, e.g. resource. The result is in the following format: [{ name: "resource", overrides: [ { name: "SecurityResource_BusinessKey", properties: [ "required": true ]} ] }]
See Also