Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
using the DOM...
So this script is actually a little bit out there. We're using the ccx user agent to manage incoming and outgoing phonecalls. This allows us to automate tasks. When the user agent set up a new call for a rep it brings up the associated task. To give myself something to work with we've set it so that whenever the ccx user agent is used to pull a netsuite record (customer, task, etc) it does so using a get request that adds an additional parameter. The question then becomes, how do I use netsuite to read this additional parameter?
So far I've tried to use general javascripting in order to try and parse it out. I found and am using the following code:
0