PurchTableForm.purchLine_WritePostSuper Method [AX 2012]

Executes post-purchase line write logic.

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 PurchLineWritePostSuperOutputContract purchLine_WritePostSuper(PurchLineWritePostSuperInputContract _inputContract)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public PurchLineWritePostSuperOutputContract purchLine_WritePostSuper(PurchLineWritePostSuperInputContract _inputContract)

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

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

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

Run On

Called

Parameters

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

Return Value

Type: PurchLineWritePostSuperOutputContract Class
An instance of the PurchLineWritePostSuperOutputContract 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: