PriceDiscAdmSearch.searchCustVendPriceDiscGroup Method [AX 2012]

Searches for PriceDiscTable records for specified customer or vendor discount groups.

Saves the results in PriceDiscTableRefTmp temporary table.

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 void searchCustVendPriceDiscGroup(
            PriceType priceType, 
            PriceDiscModule _module, 
            PriceGroupType _groupType, 
           [PriceDiscAccountRelation accountRelation, 
            AgreementHeaderExtRecId_RU _agreementHeaderExtRecId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void searchCustVendPriceDiscGroup(
            PriceType priceType, 
            PriceDiscModule _module, 
            PriceGroupType _groupType, 
           [PriceDiscAccountRelation accountRelation, 
            AgreementHeaderExtRecId_RU _agreementHeaderExtRecId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void searchCustVendPriceDiscGroup(PriceType priceType, [PriceDiscAccountRelation accountRelation])

  Microsoft Dynamics AX 2012 (FPK)
          public void searchCustVendPriceDiscGroup(PriceType priceType, [PriceDiscAccountRelation accountRelation])

  Microsoft Dynamics AX 2012 (SYS)
          public void searchCustVendPriceDiscGroup(PriceType priceType, [PriceDiscAccountRelation accountRelation])

Run On

Called

Parameters

priceType
Type: PriceType Enumeration
Price type to search by.
_module
Type: PriceDiscModule Extended Data Type
Price discount module to search by.
_groupType
Type: PriceGroupType Enumeration
Price group type to search by.
accountRelation
Type: PriceDiscAccountRelation Extended Data Type
Vendor or customer account relation to search by; optional.
_agreementHeaderExtRecId
Type: AgreementHeaderExtRecId_RU Extended Data Type
AgreementHeaderExtRec record ID to search by; optional.

Community Additions

ADD
Show: