PurchReqConsolidationMultiEdit.validate Method [AX 2012]

Validates that at least one field value was entered and that the discount is greater than zero.

public boolean validate([Object _calledFrom])

Run On

Called

Parameters

_calledFrom
Type: Object Class
Identifies the object from which this method is called. The default value is nullNothingnullptrunita null reference (Nothing in Visual Basic).

Return Value

Type: boolean
true if the data is valid; otherwise false;

Displays a message to the user if the specified data is not valid.

Community Additions

ADD
Show: