Hello,
is it somehow possible to create a new report which shows, which Layout template is assigned to our users?
Thanks in advance.
Regards
Lars
Solved! Go to Solution.
I use "effectiveUITemplate:name" to get the name of the assigned layout and the following to show how it was assigned; by user, team, group, etc.
displayname=NWE Layout Applied by textmode=true valueexpression=IF(!ISBLANK({uiTemplate}),"User Profile",IF(ISBLANK({uiTemplate})&&!ISBLANK({role}.{uiTemplate}),"Primary Role",IF(ISBLANK({uiTemplate})&&ISBLANK({role}.{uiTemplate})&&!ISBLANK({homeTeam}.{uiTemplate}),"Home Team",IF(ISBLANK({uiTemplate})&&ISBLANK({role}.{uiTemplate})&&ISBLANK({homeTeam}.{uiTemplate})&&!ISBLANK({homeGroup}.{uiTemplate}),"Home Group")))) valueformat=HTML
Yes, you can add Layout Template > Name as a column to a User report. You can also add it to a custom view in Users.
Views
Replies
Total Likes
I use "effectiveUITemplate:name" to get the name of the assigned layout and the following to show how it was assigned; by user, team, group, etc.
displayname=NWE Layout Applied by textmode=true valueexpression=IF(!ISBLANK({uiTemplate}),"User Profile",IF(ISBLANK({uiTemplate})&&!ISBLANK({role}.{uiTemplate}),"Primary Role",IF(ISBLANK({uiTemplate})&&ISBLANK({role}.{uiTemplate})&&!ISBLANK({homeTeam}.{uiTemplate}),"Home Team",IF(ISBLANK({uiTemplate})&&ISBLANK({role}.{uiTemplate})&&ISBLANK({homeTeam}.{uiTemplate})&&!ISBLANK({homeGroup}.{uiTemplate}),"Home Group")))) valueformat=HTML
This is really helpful, thank you for sharing!
Views
Replies
Total Likes
Views
Likes
Replies