Share via


UserRequestDocument.parmRequestType Method [AX 2012]

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.

Return Value

Type: UserRequestEntityType Enumeration
The request type.

Remarks

This method is the workflow calculated field method that is used by the expression builder.

See Also

Reference

UserRequestDocument Class