Click or drag to resize

RoleApprovalUpdateRoleAssignmentsStatusIndividually Method

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

Updates the status of a role approval data object to either "Active" or "Rejected". The description is updated as well.

Code method is used in the role approval processes in the Packaged Solution for OIM.

The method overrides all security. It therefore doesn't have to be executed by the SYSTEM user.

Codemethod usage
Designed to be used in a process only (Yes/No)No
Action Object (data object type) A role approval object.

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 void UpdateRoleAssignmentsStatusIndividually(
	CodeMethodInvokeContext context
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
See Also