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.
Is it possible to re-order Project Tasks through SuiteScript
We have a Suitelet that allows users to edit multiple tasks at the same time.
The can change the title, status and enter the number of hours worked.
I would also like them to be able to re-order the project tasks.
I can seem to figure out how to set the order field, or set the Insert before Field.
I am receiving the following error when I attempt to set 'order' through script.
Error: UNEXPECTED_ERROR
TypeError: Cannot find function setfieldText in object nlobjDeferredDynamicRecord. (ProcessTask_Suitelet.js$3974230#58)
I have also attempted to set the value and receive this:
Error: UNEXPECTED_ERROR
Tagged:
0