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.
Setting DateTime with nlapiSubmitField
nlapiSubmitField('salesorder', searchresults[i].getId(), 'custbodytracking_delivery_date', nlapiStringToDate('01/01/2011'));Is there a way to use nlapiSubmitField to change a datetime field? I'm getting UNEXPECTED_ERROR.
Is the only other option using record.setDateTimeValue?
0