TrvRuleExpressionSetup.parmPreferredMerchant Method [AX 2012]

Indicates whether the expense is made with a preferred merchant.

Syntax

public TrvIsPreferredMerchant parmPreferredMerchant(
    CompanyId _companyId, 
    TableId _tableId, 
    RecId _recId)

Run On

Called

Parameters

Return Value

Type: TrvIsPreferredMerchant Extended Data Type
true if it is a preferred merchant; otherwise, false.

Remarks

A merchant that is not in the TrvExpMerchant table is considered not to be a preferred merchant.

See Also

Reference

TrvRuleExpressionSetup Class