Expand my Community achievements bar.

The next phase for Workfront Community ideas is coming soon. Learn all about it in our blog!

Add Layout as a grouping

Avatar

Level 4

9/14/22

Description - In Workfront Classic, you can group users by their layout template, but in New Workfront Experience, layout template is no longer a groupable option.

 

Why is this feature important to you - Managing users by assigned layout template helps to make sure users are properly configured. Without the ability to group by user's layout template, each user's layout has to be reviewed by column

 

How would you like the feature to work - Add layout template as a groupable object again

 

Current Behaviour - Layout template is removed as a groupable object.

 

1 Comment

Avatar

Level 10

9/14/22

You can do this already:

First, you use "effectiveUITemplate" > "Name" for your column. You can do this in the wizard, no need for text mode.

Then you group by layout with the following textmode code:

 

group.0.displayname=Layout
group.0.iscollapsed=true
group.0.linkedname=effectiveUITemplate
group.0.namekey=view.relatedcolumn
group.0.namekeyargkey.0=effectiveUITemplate
group.0.namekeyargkey.1=name
group.0.valuefield=effectiveUITemplate:name
group.0.valueformat=string
textmode=true

Screenshot 2022-09-14 at 4.02.23 pm.png