Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2025 12:11 AM
Hi @RajeshS45028713 ,
in view rule script
(function overrideView(view, is_list) {
var isLimitedUser = gs.hasRole("limited_user_creator");
if (isLimitedUser) {
answer = "user_view_for_it";// name of view instead of Title
} else {
answer = view;
}
})(view, is_list);
Thanks,
BK
If this information proves useful, kindly mark it as helpful or accepted solution.
Thanks,
BK
Thanks,
BK