PBAConsClause.deduct Method [AX 2012]
Validates the necessity of evaluating the constraint in the list and deducts the values that trigger it.
public Set deduct(
PBAVariable variable,
PBAConsConstraint constraint,
PBAArrayIdx arrayIdx)
Run On
ServerParameters
- variable
- Type: PBAVariable Table
The variable to attempt deducting the values.
- constraint
- Type: PBAConsConstraint Class
The constraint to deduct from the ConstraintList.
- arrayIdx
- Type: PBAArrayIdx Extended Data Type
The array index of the selected variable.
Return Value
Type: Set ClassA set of values associated with the variable that trigger the constraint; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic) if no value can trigger it.
Community Additions
ADD
Show: