just an FYI, to select the tab, I threw this JS on...
# suitescript
j
just an FYI, to select the tab, I threw this JS on the page
Copy code
<script>  setTimeout(function () { if (NS.form.isInited() && NS.form.isValid()) {ShowTab("custpage_quotepreview",false); }; }, 500);</script>
i don't like it, but it works