Share via


SalesUpdateConfirmDatesCommand.checkCloseDialog Method [AX 2012]

Checks whether the settings that are provided in the dialog box are valid, which lets the user continue and close the dialog box.

Syntax

public boolean checkCloseDialog([Object calledFrom])

Run On

Called

Parameters

  • calledFrom
    Type: Object Class
    An object that represents the calling object.

Return Value

Type: boolean
true if settings in the dialog box are valid; otherwise, false.

See Also

Reference

SalesUpdateConfirmDatesCommand Class