Click or drag to resize

ApplicationOnboardingCreateUpdateDeleteRoleDataObjects Method

This code method is intended specifically for the OIM Packaged Solution.

The code method is used in the "Onboard Application" process template. It creates/updates/deletes role data objects based on the selections made in the process.

Codemethod usage
Designed to be used in a process onlyYes
Action Object OnBoard Application object.
Security The method overrides all security. It therefore doesn't have to be executed by the SYSTEM user.

Namespace:  Omada.OE.Solution.OIM.Assembly.PackagedSolution
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public bool CreateUpdateDeleteRoleDataObjects(
	CodeMethodInvokeContext context,
	string configuration
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
configuration
Type: SystemString
Currently unused.

Return Value

Type: Boolean
The method always returns true.
See Also