Click or drag to resize

AccessRequest Class

The save handler clears the value of the AR_REQ_FOR_IDENTITY property when a TRG_ACCESSREQUEST is saved (and it is not a text request). The reason for this is that the value of the property doesn't necessarily relect which identities access has been requested for. However, the value is not cleared in case it's not a new object, this could be caused by the built-in copy rule executed when the onboard contractor process is submitted and the "Request access" checkbox is checked.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.BeforeSaveHandlersAccessRequest

Namespace:  Omada.OE.Solution.OIM.Assembly.BeforeSaveHandlers
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public class AccessRequest : IAppStartInitializedClass

The AccessRequest type exposes the following members.

Constructors
  NameDescription
Public methodAccessRequest
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
See Also