Share via


AxdReturnOrderIn.getConstraintList Method [AX 2012]

Identifies constraints from a particular record.

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.
  • _constraintList
    Type: AifConstraintList Class
    A list that contains the constraints that are identified by means of the getConstraintList method.
    The _constrainList parameter is populated by running the method.

Remarks

The getConstraintList method is an abstract method on the AxdBase class, and must be implemented by all derived classes.

This method is intended only to be used internally, and should not be called through the interface.

See Also

Reference

AxdReturnOrderIn Class