PriceDisc::findItemLineDiscAgreement 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
server public static container findItemLineDiscAgreement(
ModuleInventPurchSales _moduleType,
ItemId _itemId,
InventDim _inventDim,
UnitOfMeasureSymbol _unitID,
TransDate _discDate,
Qty _qty,
CustVendAC _accountId,
CurrencyCode _currency,
LineDiscCode _accountLineDiscCode,
InventLineDiscCode _itemLineDiscCode,
[AgreementHeaderExtRecId_RU _agreementHeaderExtRecId,
CustVendAC _agreementPartnerCode])
Microsoft Dynamics AX 2012 R2 (SYS)
server public static container findItemLineDiscAgreement(
ModuleInventPurchSales _moduleType,
ItemId _itemId,
InventDim _inventDim,
UnitOfMeasureSymbol _unitID,
TransDate _discDate,
Qty _qty,
CustVendAC _accountId,
CurrencyCode _currency,
LineDiscCode _accountLineDiscCode,
InventLineDiscCode _itemLineDiscCode,
[AgreementHeaderExtRecId_RU _agreementHeaderExtRecId,
CustVendAC _agreementPartnerCode])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
server public static container findItemLineDiscAgreement(
ModuleInventPurchSales _moduleType,
ItemId _itemId,
InventDim _inventDim,
UnitOfMeasureSymbol _unitID,
TransDate _discDate,
Qty _qty,
CustVendAC _accountId,
CurrencyCode _currency,
LineDiscCode _accountLineDiscCode,
InventLineDiscCode _itemLineDiscCode)
Microsoft Dynamics AX 2012 (FPK)
server public static container findItemLineDiscAgreement(
ModuleInventPurchSales _moduleType,
ItemId _itemId,
InventDim _inventDim,
UnitOfMeasureSymbol _unitID,
TransDate _discDate,
Qty _qty,
CustVendAC _accountId,
CurrencyCode _currency,
LineDiscCode _accountLineDiscCode,
InventLineDiscCode _itemLineDiscCode)
Microsoft Dynamics AX 2012 (SYS)
server public static container findItemLineDiscAgreement(
ModuleInventPurchSales _moduleType,
ItemId _itemId,
InventDim _inventDim,
UnitOfMeasureSymbol _unitID,
TransDate _discDate,
Qty _qty,
CustVendAC _accountId,
CurrencyCode _currency,
LineDiscCode _accountLineDiscCode,
InventLineDiscCode _itemLineDiscCode)
Run On
ServerParameters
- _moduleType
- Type: ModuleInventPurchSales Enumeration
- _itemId
- Type: ItemId Extended Data Type
- _inventDim
- Type: InventDim Table
- _unitID
- Type: UnitOfMeasureSymbol Extended Data Type
- _discDate
- Type: TransDate Extended Data Type
- _qty
- Type: Qty Extended Data Type
- _accountId
- Type: CustVendAC Extended Data Type
- _currency
- Type: CurrencyCode Extended Data Type
- _accountLineDiscCode
- Type: LineDiscCode Extended Data Type
- _itemLineDiscCode
- Type: InventLineDiscCode Extended Data Type
- _agreementHeaderExtRecId
- Type: AgreementHeaderExtRecId_RU Extended Data Type
- _agreementPartnerCode
- Type: CustVendAC Extended Data Type
Show:
Note