SalesQuotationTableForm_DlvSchedule::closeOkServer Method [AX 2012]

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

Syntax

server public static void closeOkServer(
    SalesQuotationLine _callerSalesQuotationLine, 
    container _scheduleLines, 
    DlvScheduleMarkupConversionMode _dlvScheduleMarkupConversionMode)

Run On

Server

Parameters

  • _scheduleLines
    Type: container
    A list of lines from the data source of the form.

Remarks

This method creates the object of the class on the server based on the serialized data passed by the client and then calls the updateSalesQuotationLineTable method.

See Also

Reference

SalesQuotationTableForm_DlvSchedule Class