
Hi everybody.
I am working on a customization that is related with the Retail Module (Pricing and Discounts).
As far as i know we can setup in Retail ->Quantity Discount form (Configuration button) the limit amount of a transaction after which we can apply the discount.
After that, if we enter a bigger amount (than the limit amount we configured in AX) in POS, than the discount is applied for the transaction.
I wanted to know if there is a class (or classes) in AX that contains the logic of this comparision (i mean the comparision between the amount entered in AX with that entered in POS), or this logic is made in Visual Studio files. It is not clear to me how POS and AX interact with each other.
Sorry for my bad english, hope to be clear.
Thanks for any info.
*This post is locked for comments
I have the same question (0)Hi,
If I understood properly then you would like to implement Threshold value for Quantity discount functionality. if transaction amount goes beyond this specified amount only this discount get triggered if not it shouldn't be.
1) You can introduce a new field in RetailPeriodicDiscount table for threshold value.
2) Go to Retail > Setup > Retail scheduler > Retail schema > Select appropriate schema and new field into Location fields
3) Scheduler subjobs > Select RetailPeriodicDiscount and add new field into Transfer field list
4) Above steps will help you to transfer this new field value to Channel database
5) You can make necessary changes in Retail SDK solution and build the solution to get the pricing.dll
6) You can copy this dll file into Retail POS folder> Extension> (If it is retail POS)
7) If it is MPOS then it should be included in MPOS solution and create a new package.
Please ping me, if you need further help.
Sridharan J