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.
nlapiAddDays problem
Is there any reason why this shouldnt work?
var due_date = nlapiAddDays(nlapiGetFieldValue('custentity_membership_paid_date'), 365); nlapiSetFieldValue('custentity_membership_due_date', due_date);Its meant to take the date from a custom field, add a year and update another custom field.
Thanks
0