I created an updatable dashboard that lists all open order lines and the price list that has been selected. If I change the price list in the dashboard and save, the unit price does not update. But if I do this in Order Entry, it updates the unit price. How do I get it to work in the dashboard? This is a canned Epicor method.
The basic version of the update is only going to call update with the changed fields. If you make a change in the UI there is probably an on change method that does the changing of the fields, then update takes those changed fields and updates them. Do a trace on when you change that price list in the UI and see what methods it calls.
You would have to add a BPM (you do it right in the BAQ) probably on field validate and call the other method. I don’t know what you have access to in SaaS. I usually just jump right to code.