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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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