PriceDisc.findDisc 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 boolean findDisc(
PriceType _relation,
InventDimId _inventDimId,
[TableGroupAll _itemCode,
ItemId _itemRel,
TableGroupAll _accountCode,
CustVendAC _accountRel,
UnitOfMeasureSymbol _unitID,
Qty _quantityAmount,
CurrencyCode _currency,
AgreementHeaderExtRecId_RU _agreementHeaderExtRecId,
CustVendAC _agreementPartnerCode])
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean findDisc(
PriceType _relation,
InventDimId _inventDimId,
[TableGroupAll _itemCode,
ItemId _itemRel,
TableGroupAll _accountCode,
CustVendAC _accountRel,
UnitOfMeasureSymbol _unitID,
Qty _quantityAmount,
CurrencyCode _currency,
AgreementHeaderExtRecId_RU _agreementHeaderExtRecId,
CustVendAC _agreementPartnerCode])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public boolean findDisc(
PriceType _relation,
InventDimId _inventDimId,
[TableGroupAll _itemCode,
ItemId _itemRel,
TableGroupAll _accountCode,
CustVendAC _accountRel,
UnitOfMeasureSymbol _unitID,
Qty _quantityAmount,
CurrencyCode _currency])
Microsoft Dynamics AX 2012 (FPK)
public boolean findDisc(
PriceType _relation,
InventDimId _inventDimId,
[TableGroupAll _itemCode,
ItemId _itemRel,
TableGroupAll _accountCode,
CustVendAC _accountRel,
UnitOfMeasureSymbol _unitID,
Qty _quantityAmount,
CurrencyCode _currency])
Microsoft Dynamics AX 2012 (SYS)
public boolean findDisc(
PriceType _relation,
InventDimId _inventDimId,
[TableGroupAll _itemCode,
ItemId _itemRel,
TableGroupAll _accountCode,
CustVendAC _accountRel,
UnitOfMeasureSymbol _unitID,
Qty _quantityAmount,
CurrencyCode _currency])
Run On
ServerParameters
- _relation
- Type: PriceType Enumeration
- _inventDimId
- Type: InventDimId Extended Data Type
- _itemCode
- Type: TableGroupAll Enumeration
- _itemRel
- Type: ItemId Extended Data Type
- _accountCode
- Type: TableGroupAll Enumeration
- _accountRel
- Type: CustVendAC Extended Data Type
- _unitID
- Type: UnitOfMeasureSymbol Extended Data Type
- _quantityAmount
- Type: Qty Extended Data Type
- _currency
- Type: CurrencyCode Extended Data Type
- _agreementHeaderExtRecId
- Type: AgreementHeaderExtRecId_RU Extended Data Type
- _agreementPartnerCode
- Type: CustVendAC Extended Data Type
Community Additions
ADD
Show:
Note