PriceDisc.findPriceAgreement Method [AX 2012]

NoteNote

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

Server

Parameters

_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: