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.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Custom Field on Project Task
I created a custom field for project tasks called "Available to Start" that I want to populate depending on the status of the project task's predecessors. This code doesn't work, but gives the general idea of what I want to do:
CASE WHEN {predecessors.status} = (“complete”) THEN (“Yes”) ELSE (“No”) END Any ideas on how to accomplish this? We're trying to find some sort of work-around for Netsuite's lack of status dependency for project tasks, and this is what I've coming up with. I'm also open to other ideas on how to solve this problem.
0