AuthRequest Class Properties
In this section, the AuthRequest class properties are presented in alphabetical order.
Description
Use this property to set or return a string representing the authorization status for this request. “T” indicates that the request is authorized; “F” indicates that the request is not authorized. “F” is the default value.
This property is read/write.
Example
&arrAuthReq [&i].Access = "T";
Description
Use this property to return the user ID of the user who invoked the authorization request as a string. This property is equivalent to the Username found in the SOAP message header.
This property is read-only.
Example
&userid = &arrAuthReq [&i].UserId;