Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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