Newbies bdphifer Posted December 23, 2020 Newbies Posted December 23, 2020 Is there a simple way to have a pricing point for a product based on number of products sold? Something like: 1-10 - $100 11-15 - $90 16-20 - $80 etc. I know I can set up different products and then use the correct version, but I'd like to automate it to avoid errors. Thanks!
comment Posted December 23, 2020 Posted December 23, 2020 Is this related to the FM Starting Point product, or are you asking in general?
Newbies bdphifer Posted December 24, 2020 Author Newbies Posted December 24, 2020 (edited) 7 hours ago, comment said: Is this related to the FM Starting Point product, or are you asking in general? I was looking to use it with FMSP. Thanks for any help you can give!! Edited December 24, 2020 by bdphifer
comment Posted December 24, 2020 Posted December 24, 2020 I am afraid I know nothing about FMSP. In general, you need a pricing table - which in your example would look something like: ProductID From Price 123 1 100 123 11 90 123 16 80 123 21 70 Then lookup the price from this table using a relationship defined as: LineItems::ProductID = Prices::ProductID AND LineItems::Quantity ≥ Prices::From with the records on the Prices side sorted by From, descending.
Newbies bdphifer Posted December 24, 2020 Author Newbies Posted December 24, 2020 Perfect. I was thinking about Starting Point as a program, forgetting that it was still within FM. Yeah. Gotta work on that! 😁 Thank you!!!
Recommended Posts
This topic is 1420 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now