When assigning a new layout template, our SAs have to go into the Classic version in order for the access to work. Doing it in the new experience never takes.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Views
Replies
Total Likes
When I go in to edit the person's account in the Edit Person box, under Access, there is an option for Layout Template. I can choose which one I want to assign but in the new experience it never actually assigns the layout template. I have to get out of the new experience and do it in the classic. Does that explain it more? I've uploaded a screenshot with the section pointed out. Thanks for commenting! Tracy Bryant UF/IFAS Communications
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Hey everyone,
I just wanted to share that we were having a similar discussion in the other community thread and it might worth checking that discussion as well.
In the nutshell, I'd recommend creating a custom view on users page list, which will show the actual Layout Templates assignments in Classic and NWE. That'll significantly reduce the need to switch back & forth between 2 experiences. Feel free to use the following text mode for that:
Classic Layout Templates
displayname=Actual Classic Layout Template
textmode=true
valueexpression=IF(ISBLANK({layoutTemplateID}),IF(ISBLANK({role}.{layoutTemplateID}),IF(ISBLANK({homeTeam}.{layoutTemplateID}),IF(ISBLANK({homeGroup}.{layoutTemplateID}),"No Layout Template",{homeGroup}.{layoutTemplate}.{name}),{homeTeam}.{layoutTemplate}.{name}),{role}.{layoutTemplate}.{name}),{layoutTemplate}.{name})
valueformat=
New Workfront Experience Layout Templates
displayname=Actual NWE Layout Template
textmode=true
valueexpression=IF(ISBLANK({uiTemplateID}),IF(ISBLANK({role}.{uiTemplateID}),IF(ISBLANK({homeTeam}.{uiTemplateID}),IF(ISBLANK({homeGroup}.{uiTemplateID}),"No Layout Template",{homeGroup}.{uiTemplate}.{name}),{homeTeam}.{uiTemplate}.{name}),{role}.{uiTemplate}.{name}),{uiTemplate}.{name})
valueformat=
I hope this is helpful.
Thanks,
Gevorg
Views
Replies
Total Likes