PurchTableForm_DeliverySchedule.closeOk Method [AX 2012]

Performs the business logic triggered by pressing the OK button on the delivery schedule form.

public boolean closeOk(FormDataSource _formDataSource)

Run On

Called

Parameters

_formDataSource
Type: FormDataSource Class
The data source of the delivery schedule form.

Return Value

Type: boolean
true if the form should be closed; otherwise, false.

This method is called from the client. It just packs and passes all the data to a server method.

Community Additions

ADD
Show: