Share via


SpecTransManager.isMarkedPayment Method [AX 2012]

Determines whether the specified record in the SpecTrans table with the Payment field set to NoYes::Yes exists.

Syntax

public boolean isMarkedPayment(
    CompanyId _refCompany, 
    TableId _refTableId, 
    RefRecId _refRecId)

Run On

Called

Parameters

Return Value

Type: boolean
true if the specified record is marked as payment; otherwise, false.

Remarks

Replaces the existPaymentRefSpecTrans method on the SpecTrans table.

See Also

Reference

SpecTransManager Class