Click or drag to resize

RoleApprovalLogRoleApproval Method

Note: This API is now obsolete.

Creates audit log entries for explicitly approved roles (Role Assignment objects)
Codemethod usage The code method is intended to be used in the role approval processes. It should be executed on the "Approve" transition with the "halt on error" flag set to true. It assumes that the active user is the approver. It assumes that the RoleApproval references the approved Role Assignments and the the requestor field is populated with the user who created the request.
Designed to be used in a process only (Yes/No) Yes
Action Object (data object type) RoleApproval

Namespace:  Omada.OE.Solution.OIM.Assembly
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
[ObsoleteAttribute]
public void LogRoleApproval(
	CodeMethodInvokeContext context,
	bool approved
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
approved
Type: SystemBoolean
An boolean indication of the result of the approval - was it approved or rejected.
See Also