PSAProjInvoiceDP.insertPSAProjInvoiceTmp Method [AX 2012]

Inserts data into the PSAProjInvocieTmp table from the corresponding regular tables.

NoteNote

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


  Microsoft Dynamics AX 2012 R3
          private void insertPSAProjInvoiceTmp(Common _cursor, [char _lineSign])

  Microsoft Dynamics AX 2012 R2 (SYS)
          private void insertPSAProjInvoiceTmp(Common _cursor)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private void insertPSAProjInvoiceTmp(Common _cursor)

  Microsoft Dynamics AX 2012 (FPK)
          private void insertPSAProjInvoiceTmp(Common _cursor)

Run On

Server

Parameters

_cursor
Type: Common Table
A Common object that contains the table data.
_lineSign
Type: char Extended Data Type

Community Additions

ADD
Show: