Hiding a global template from a specific group
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2018 11:03 PM
Hi,
Is there any way to hide a global template from a selected group? Please see below screenshot. Thanks.
Labels:
- Labels:
-
User Experience and Design
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2018 06:39 AM
Hi Joe,
Assuming that you can define the condition for a set of users or assignment group, now you can apply template onload of a form as shown below
function onLoad() {
applyTemplate('30c98e98dbd463008da35421cf961979');//sys_id of template
}
Hope this answers your query.
Thank you
Regards,
Rupesh Pulamarasetty