Hi. A common user complaint about our sales order ...
# suitescript
j
Hi. A common user complaint about our sales order customizations/scripts is that on loading a new sales order, there is a lineInit that populates the warehouse on the first item line. This means when the page loads, users end up starting at the bottom of the SO page. I've looked at the client script doing this, and it's fairly complex. Is there a simple way I could get the user started at the top of the page? Maybe make a top of the page field active after the line is set?
e
window.scrollTo(0,0);
💯 1