Click or drag to resize

RoleApprovalUpdateRoleAssignmentsStatus2 Method

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

The code method updates the status of a role approval data object to either "Active" or "Rejected". The description is updated as well. It 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 onlyNo
Action Object (data object type) Role approval

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 UpdateRoleAssignmentsStatus2(
	CodeMethodInvokeContext context,
	string newStatus,
	string configuration
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
newStatus
Type: SystemString
Must be either ACTIVE or REJECTED.
configuration
Type: SystemString
Currently no parameters are supported.
See Also