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 only | No |
Action Object (data object type) | Role approval |
Namespace: Omada.OE.Solution.OIM.Assembly.PackagedSolution
public void UpdateRoleAssignmentsStatus2( CodeMethodInvokeContext context, string newStatus, string configuration )