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.
Scheduled script to update Custom Field(s) in Item Records
Is is possible to create a script that can update a Custom Field(s) of an Item Record? (Non-inventory Item - For Resale, to be exact)
This is what I need to achieve:
1. Non-inventory Item has 2 Custom Fields: UPS, HTMLUps
2. UPS is a check box, if the item is updated and the check box changed I would like the field HTMLUps to be updated to a string, ex:
UPS=True - HTMLUps="Ships via <b>UPS</b>"
UPS=False - HTMLUps="Ships via <b>Truck</b>"
3. This script can run at the end of the day or 2,3 times per day but I would like it to run
0