PurchFormletterParmDataInvoice.reArrangeParmSubTableMarkup Method [AX 2012]

Updates the source document header and parent source document line references of the SourceDocumentLine records for the MarkupTrans records that are associated to a VendInvoiceInfoSubTable record.

NoteNote

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


  Microsoft Dynamics AX 2012 R3
          protected void reArrangeParmSubTableMarkup(VendDocumentSubTableMap _vendInvoiceInfoSubTable, TradeLineRefId _tableRefId)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void reArrangeParmSubTableMarkup(VendDocumentSubTableMap _vendInvoiceInfoSubTable, TradeLineRefId _tableRefId)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void reArrangeParmSubTableMarkup(VendDocumentSubTableMap _vendInvoiceInfoSubTable)

  Microsoft Dynamics AX 2012 (FPK)
          protected void reArrangeParmSubTableMarkup(VendDocumentSubTableMap _vendInvoiceInfoSubTable)

  Microsoft Dynamics AX 2012 (SYS)
          protected void reArrangeParmSubTableMarkup(VendDocumentSubTableMap _vendInvoiceInfoSubTable)

Run On

Server

Parameters

_vendInvoiceInfoSubTable
Type: VendDocumentSubTableMap Map
The VendInvoiceInfoSubTable record for which to process the MarkupTrans records.
_tableRefId
Type: TradeLineRefId Extended Data Type

Community Additions

ADD
Show: