PurchTableForm_DeliverySchedule.purchLine_Init Method [AX 2012]

Initializes the data source of the form.

public void purchLine_Init(PurchLine _purchLine)

Run On

Called

Parameters

_purchLine
Type: PurchLine Table
The cursor of the data source to be initialized.

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

Community Additions

ADD
Show: