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
Having problems getting the actual close date for an opportunity
Hi all,
Still having problems getting the value for the actual close date of a closed opportunity. My code for this is:
var theclosedate = currentopp.getFieldValue('closedate'); nlapiLogExecution('debug', theclosedate)When I run my user event script I get an error saying:
nlapiLogExecution: Missing a required argument: title
Seems like the close date is not a field that I can use? It is not listed in the custom script guide as an available field for scripting...
0