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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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