Share via


BankClientEditStatement_RU.validate Method [AX 2012]

Checks the customer (vendor) account ID, amount, and currency code.

Syntax

public boolean validate([Object calledFrom])

Run On

Called

Parameters

  • calledFrom
    Type: Object Class
    The object or form that calls the method.

Return Value

Type: boolean
true if the customer (vendor) account ID, amount, and currency code are not empty; otherwise, false.

See Also

Reference

BankClientEditStatement_RU Class