Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that represents the request type for a user request.
Syntax
public UserRequestEntityType parmRequestType(
    CompanyId _companyId, 
    TableId _tableId, 
    RecId _recId)
Run On
Called
Parameters
- _companyId
Type: CompanyId Extended Data Type
This parameter is required by workflow but is not used because the UserRequest table is a global table. 
- _tableId
Type: TableId Extended Data Type
The table ID of a table that derives from the UserRequest table. 
- _recId
Type: RecId Extended Data Type
The record ID of the UserRequest record to get the request type for. 
Return Value
Type: UserRequestEntityType Enumeration
The request type.
Remarks
This method is the workflow calculated field method that is used by the expression builder.