Share via


AxdSalesConfirmation.getConstraintList Method [AX 2012]

Microsoft internal use only.

Syntax

public void getConstraintList(Common _curRec, AifConstraintList _constraintList)

Run On

Server

Parameters

  • _curRec
    Type: Common Table
    The current record from which the constraints should be found.

Remarks

The getConstraintList method gets the constraint list from a given record. It is an abstract method on the AxdBase class, and must be implemented by all derived classes.

See Also

Reference

AxdSalesConfirmation Class