PriceDisc.findPriceAgreementByLocation Method [AX 2012]

Finds the PriceDiscTable record by using the RetailStoreId value.

public boolean findPriceAgreementByLocation(
    PriceGroupId _priceGroupId, 
    InventDimId _inventDimId, 
    RetailStoreId _storeId)

Run On

Server

Parameters

_priceGroupId
Type: PriceGroupId Extended Data Type
A PriceGroupId value.
_inventDimId
Type: InventDimId Extended Data Type
The InventDimId to find.
_storeId
Type: RetailStoreId Extended Data Type
The RetailStoreId value

Return Value

Type: boolean
true if PriceDiscTable record exists that has the specified RetailStoreId value; otherwise, false.

Community Additions

ADD
Show: