PriceDisc.findPriceAgreement 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 findPriceAgreement(
PriceGroupId _priceGroupId,
InventDimId _inventDimId,
[AgreementHeaderExtRecId_RU _agreementHeaderExtRecId,
CustVendAC _agreementPartnerCode])
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean findPriceAgreement(
PriceGroupId _priceGroupId,
InventDimId _inventDimId,
[AgreementHeaderExtRecId_RU _agreementHeaderExtRecId,
CustVendAC _agreementPartnerCode])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public boolean findPriceAgreement(PriceGroupId _priceGroupId, InventDimId _inventDimId)
Microsoft Dynamics AX 2012 (FPK)
public boolean findPriceAgreement(PriceGroupId _priceGroupId, InventDimId _inventDimId)
Microsoft Dynamics AX 2012 (SYS)
public boolean findPriceAgreement(PriceGroupId _priceGroupId, InventDimId _inventDimId)
Run On
ServerParameters
- _priceGroupId
- Type: PriceGroupId Extended Data Type
- _inventDimId
- Type: InventDimId Extended Data Type
- _agreementHeaderExtRecId
- Type: AgreementHeaderExtRecId_RU Extended Data Type
- _agreementPartnerCode
- Type: CustVendAC Extended Data Type
Community Additions
ADD
Show:
Note