Share via


AxdsmmBusRel.getConstraintList Method [AX 2012]

Identifies the constraints from a record.

Syntax

public void getConstraintList(Common _curRec, AifConstraintList _constraintList)

Run On

Server

Parameters

  • _curRec
    Type: Common Table
    The current record from which the constraints are to be found.
  • _constraintList
    Type: AifConstraintList Class
    A list that contains the constraints that are identified by the AxdsmmBusRel.getConstraintList method.

Remarks

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

For example, the getConstraintList method is intended only for internal use, and it should not be called through the interface.

See Also

Reference

AxdsmmBusRel Class