FactureJourCreate_RU.initParameters Method [AX 2012]
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 void initParameters(
NoYes _mustBeUpdated,
NoYes _showPreview,
Printout _printout,
NoYes _printMST,
FactureExternalId_RU _factureExtId,
TransDate _factureDate,
CustVendAC _custVendAC,
CurrencyCode _currencyCode,
FactureType_RU _factureType,
[CustVendAC _consignee,
CustVendAC _consignor,
OffSessionId_RU _offsessionId,
AttorneyId_RU _attorneyId,
AttorneyIssuedName_RU _attorneyIssuedName,
AttorneyDate_RU _attorneyDate,
LogisticsPostalAddressRecId _deliveryAddress,
TransDate _factureDateExternal,
NumberSequenceGroupId _factureExtIdNumSeq,
FactureExternalId_RU _correctedFactureExtId,
FactureDate_RU _correctedFactureDate,
TransDate _correctedPeriod,
FactureCorrectionType_RU _correctionType,
FactureCorrectionReference_RU _correctionReference])
Microsoft Dynamics AX 2012 R2 (SYS)
public void initParameters(
NoYes _mustBeUpdated,
NoYes _showPreview,
Printout _printout,
NoYes _printMST,
FactureExternalId_RU _factureExtId,
TransDate _factureDate,
CustVendAC _custVendAC,
CurrencyCode _currencyCode,
FactureType_RU _factureType,
[CustVendAC _consignee,
CustVendAC _consignor,
OffSessionId_RU _offsessionId,
AttorneyId_RU _attorneyId,
AttorneyIssuedName_RU _attorneyIssuedName,
AttorneyDate_RU _attorneyDate,
LogisticsPostalAddressRecId _deliveryAddress,
TransDate _factureDateExternal,
NumberSequenceGroupId _factureExtIdNumSeq,
FactureExternalId_RU _correctedFactureExtId,
FactureDate_RU _correctedFactureDate,
TransDate _correctedPeriod,
FactureCorrectionType_RU _correctionType])
Run On
ServerParameters
- _mustBeUpdated
- Type: NoYes Enumeration
- _showPreview
- Type: NoYes Enumeration
- _printout
- Type: Printout Enumeration
- _printMST
- Type: NoYes Enumeration
- _factureExtId
- Type: FactureExternalId_RU Extended Data Type
- _factureDate
- Type: TransDate Extended Data Type
- _custVendAC
- Type: CustVendAC Extended Data Type
- _currencyCode
- Type: CurrencyCode Extended Data Type
- _factureType
- Type: FactureType_RU Enumeration
- _consignee
- Type: CustVendAC Extended Data Type
- _consignor
- Type: CustVendAC Extended Data Type
- _offsessionId
- Type: OffSessionId_RU Extended Data Type
- _attorneyId
- Type: AttorneyId_RU Extended Data Type
- _attorneyIssuedName
- Type: AttorneyIssuedName_RU Extended Data Type
- _attorneyDate
- Type: AttorneyDate_RU Extended Data Type
- _deliveryAddress
- Type: LogisticsPostalAddressRecId Extended Data Type
- _factureDateExternal
- Type: TransDate Extended Data Type
- _factureExtIdNumSeq
- Type: NumberSequenceGroupId Extended Data Type
- _correctedFactureExtId
- Type: FactureExternalId_RU Extended Data Type
- _correctedFactureDate
- Type: FactureDate_RU Extended Data Type
- _correctedPeriod
- Type: TransDate Extended Data Type
- _correctionType
- Type: FactureCorrectionType_RU Enumeration
- _correctionReference
- Type: FactureCorrectionReference_RU Table
Community Additions
ADD
Show:
Note