PurchTableForm_DlvScheduleSyncEnabled.purchLine_WritePreSuper Method [AX 2012]

Captures the order line before the update of a line that will trigger delivery schedule synchronization.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          public PurchLineWritePreSuperOutputContract purchLine_WritePreSuper(PurchLineWritePreSuperInputContract _inputContract)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public PurchLineWritePreSuperOutputContract purchLine_WritePreSuper(PurchLineWritePreSuperInputContract _inputContract)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void purchLine_WritePreSuper(PurchLine _purchLine)

  Microsoft Dynamics AX 2012 (FPK)
          public void purchLine_WritePreSuper(PurchLine _purchLine)

  Microsoft Dynamics AX 2012 (SYS)
          public void purchLine_WritePreSuper(PurchLine _purchLine)

Run On

Called

Parameters

_inputContract
Type: PurchLineWritePreSuperInputContract Class
An instance of the PurchLineWritePreSuperInputContract class.

Return Value

Type: PurchLineWritePreSuperOutputContract Class
An instance of the PurchLineWritePreSuperOutPutContract class.

In previous version purchLine was passed in as parameter, now purchLine must be added to the input contract object passed in.

Community Additions

ADD
Show: