PurchTableForm.purchLine_WritePreSuper Method [AX 2012]
Executes pre-purchase line write logic.
Note |
|---|
|
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
CalledParameters
- _inputContract
- Type: PurchLineWritePreSuperInputContract Class
An instance of the PurchLineWritePreSuperInputContract class.
Return Value
Type: PurchLineWritePreSuperOutputContract ClassAn instance of the PurchLineWritePreSuperOutPutContract class.
Community Additions
ADD
Show:
Note