Expand my Community achievements bar.

Custom View - To Include Job Role

Avatar

Level 2

I have a custom view that I work from and I need it to show me one more thing (which I am so close!) but I need help. I am new to this, so really playing around with the API explorer and building in text mode. 

 

I found this code in reference collections and it did get me closer to what I was envisioning... but not exactly. I specifically want to include a column that shows the designer (job role) assigned to that project. The following code shows all the tasks with all the assignees, which is great, but not what I need. Can anyone point me in the right direction? 

 

valueformat=HTML

textmode=true

type=iterate

listdelimiter=<p>

displayname=Tasks Names - Primary Assignee

listmethod=nested(tasks).lists

valueexpression=CONCAT({name},' - ',{assignedTo}.{name})

1 Reply

Avatar

Community Advisor

congrats on unlocking the API explorer and collections.

It honestly seems like this post (below) might be a better option? (i.e. checking... if you really just want to know which designer is assigned to the proj then listing all the tasks is a bit overkill)

https://experienceleaguecommunities.adobe.com/t5/workfront-questions/adding-users-assigned-to-specif...