In a Suitelet is there a way to load a sales order record dynamically client-side? Trying to give the user the option to dynamically calculate the subtotal and total taxes (where in the dynamic record total taxes is calculated by the shipping state the user indicates) entirely client-side as each item is added before creating new record? Thanks
Beau
05/04/2020, 11:36 AM
I ended up just building another suitelet and pinging it for data from client-side, gets data a lot faster than I thought it would…I don’t know why I thought I needed to load the API and dynamic records onto the client side 😅