I am working on a project that requires products' prices to dynamically update depending on the other products entered on the quote. For example, if 5 qualifying products are entered on the quote then each of their prices should adjust given that 5 items are entered. The more products a customer purchases, the cheaper each product gets.
I figured Javascript OnSave in the Quote form would be the best approach for this project. The issue I am having now is figuring out how to edit the product record itself after pulling the information from the product subgrid on the quote form. Is this possible?
What are your thoughts and/or recommendations? Thanks