PriceDiscAdmSearch.searchCustVendPriceDiscAccount 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 void searchCustVendPriceDiscAccount(
PriceType _frompriceType,
PriceType _topriceType,
[PriceDiscAccountRelation accountRelation,
AgreementHeaderExtRecId_RU _agreementHeaderExtRecId])
Microsoft Dynamics AX 2012 R2 (SYS)
public void searchCustVendPriceDiscAccount(
PriceType _frompriceType,
PriceType _topriceType,
[PriceDiscAccountRelation accountRelation,
AgreementHeaderExtRecId_RU _agreementHeaderExtRecId])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void searchCustVendPriceDiscAccount(
PriceType _frompriceType,
PriceType _topriceType,
[PriceDiscAccountRelation accountRelation])
Microsoft Dynamics AX 2012 (FPK)
public void searchCustVendPriceDiscAccount(
PriceType _frompriceType,
PriceType _topriceType,
[PriceDiscAccountRelation accountRelation])
Microsoft Dynamics AX 2012 (SYS)
public void searchCustVendPriceDiscAccount(
PriceType _frompriceType,
PriceType _topriceType,
[PriceDiscAccountRelation accountRelation])
Run On
CalledParameters
- _frompriceType
- Type: PriceType Enumeration
- _topriceType
- Type: PriceType Enumeration
- accountRelation
- Type: PriceDiscAccountRelation Extended Data Type
- _agreementHeaderExtRecId
- Type: AgreementHeaderExtRecId_RU Extended Data Type
Community Additions
ADD
Show:
Note