SalesQuotationTableForm_DlvSchedule.salesQuotationLine_Init Method [AX 2012]

Initializes the data source of the form.

Syntax

public void salesQuotationLine_Init(SalesQuotationLine _salesQuotationLine)

Run On

Called

Parameters

Remarks

It sets the data source table buffer to temporary mode and then populates it with the delivery lines of the schedule the form was called for or with the line it was called for in case it was an order line without delivery lines.

See Also

Reference

SalesQuotationTableForm_DlvSchedule Class