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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Setting a credit card expiration date on a sales order
I'm trying to update a credit card expiration date on an existing, open sales order.
nlapiSubmitField('salesorder', salesorderinternalid, 'ccexpiredate', '12/2011', true);The above call doesn't throw any exception but doesn't change the field either. Seems to fail silently.
I noticed in the SuiteScript Records Browser that the field is supposed to be of type 'ccexpdate'... But what does that type look like? A search in NS help for 'ccexpdate' returns no results.
Anybody have any details on that type or how to update that field on a sales order?
Thanks,
Shawn
0