Share via


UserRequestDocument.parmSignUpOrigin Method [AX 2012]

Gets the customer request origin.

Syntax

public ECPCustSignUpOrigin parmSignUpOrigin(
    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: ECPCustSignUpOrigin Enumeration
The request origin.

Remarks

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

See Also

Reference

UserRequestDocument Class