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
- _projInvoiceType
Type: ProjInvoiceType Enumeration
- _currencyId
Type: CurrencyCode Extended Data Type
- _projFundingSourceRefId
Type: ProjFundingSourceRefId Extended Data Type
- _invoiceDate
Type: InvoiceDate Extended Data Type
- _interCompanyPosted
Type: InterCompanyPosted Extended Data Type
- _psaInvoiceMethod
Type: PSAInvoiceMethod Enumeration
- _taxPeriodPaymentCode
Type: PlTaxPeriodPaymentCode Extended Data Type
- defaultDimension
Type: DimensionDefault Extended Data Type