Share via


ProjInvoiceTable.createProposalJour Method

Syntax

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 ProjProposalJour createProposalJour(
            ProjInvoiceType _projInvoiceType, 
           [CurrencyCode _currencyId, 
            ProjFundingSourceRefId _projFundingSourceRefId, 
            InvoiceDate _invoiceDate, 
            InterCompanyPosted _interCompanyPosted, 
            PSAInvoiceMethod _psaInvoiceMethod, 
            PlTaxPeriodPaymentCode _taxPeriodPaymentCode, 
            DimensionDefault defaultDimension])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public ProjProposalJour createProposalJour(
            ProjInvoiceType _projInvoiceType, 
           [CurrencyCode _currencyId, 
            ProjFundingSourceRefId _projFundingSourceRefId, 
            InvoiceDate _invoiceDate, 
            InterCompanyPosted _interCompanyPosted, 
            PSAInvoiceMethod _psaInvoiceMethod, 
            PlTaxPeriodPaymentCode _taxPeriodPaymentCode, 
            DimensionDefault defaultDimension])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public ProjProposalJour createProposalJour(
            ProjInvoiceType _projInvoiceType, 
           [CurrencyCode _currencyId, 
            ProjFundingSourceRefId _projFundingSourceRefId, 
            InvoiceDate _invoiceDate, 
            InterCompanyPosted _interCompanyPosted, 
            PSAInvoiceMethod _pSAInvoiceMethod])

  Microsoft Dynamics AX 2012 (FPK)
          public ProjProposalJour createProposalJour(
            ProjInvoiceType _projInvoiceType, 
           [CurrencyCode _currencyId, 
            ProjFundingSourceRefId _projFundingSourceRefId, 
            InvoiceDate _invoiceDate, 
            InterCompanyPosted _interCompanyPosted, 
            PSAInvoiceMethod _pSAInvoiceMethod])

  Microsoft Dynamics AX 2012 (SYS)
          public ProjProposalJour createProposalJour(
            ProjInvoiceType _projInvoiceType, 
           [CurrencyCode _currencyId, 
            ProjFundingSourceRefId _projFundingSourceRefId, 
            InvoiceDate _invoiceDate, 
            InterCompanyPosted _interCompanyPosted])

Run On

ClientOrServer

Parameters

See Also

Reference

ProjInvoiceTable Table