Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Third Party Javascript / Velaro Chat
I was wondering if anyone has installed the velaro live chat code (or any third party code) that references external javascript?
I've been trying to install this:
<script src="https://galleryuseastprod.blob.core.windows.net/velaroscripts/20243/globals.js"></script>
<script src="https://eastprodcdn.azureedge.net/bundles/velaro.inline.js"></script>
<script type="text/javascript">
Velaro.Globals.ActiveSite = xxxx;
Velaro.Globals.ActiveGroup = 0;
Velaro.Globals.InlineEnabled = true;
Velaro.Globals.VisitorMonitoringEnabled = true;
Velaro.Globals.InlinePosition = 0;
</script>
Velaro instruction says to put it anywhere on my page and the rest will be taken care of, but I know this doesn't work with a Mont Blonc. The only way I been able to get it working is by placing it in the <head> where other scripts are called in the shopping.ssp file (and checkout/my account). But it doesn't always load correctly and does not fit with best practices.