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
Showing Project Manager resource role in project list
I am trying to setup a list view of all of my projects. In this list view I want to have a column that shows the "Project Manager" (a project resource role). If there is no resource with this role I want it to show "Unassigned".
I tried using this to create a Formula (text) column:
DECODE({jobresourcerole}, 'Project Manager', {jobresource}, 'Unassigned')
The problem I'm having is that if I also have a resource with a different role on the project, I will get two rows in my list.. one row with the Product Manger name in the column, one row with Unassigned in the column.
0