Need to enforce my custom view in list view of Accounts table
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2024 03:07 AM - edited 08-23-2024 03:09 AM
I want to enforce a custom view in accounts table for list view
I have written the below view rule:
This view rule enforces this view in form layout but nit in list view.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2024 03:49 AM - edited 08-23-2024 03:50 AM
Can you do it like this:
if(is_list && gs.hasRole('sn_customerservice_agent')){
answer = 'global_view';
}
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark