How to Export a list for a specific role?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2020 11:31 PM
Hi All,
I am having a list and want to export those list. But Not all the users will export it only the users having "export role" needs to export it . If others try to export those list it must deny those action. if anybody know the solution please let me know.
Thanks,
Dinesh Kumar G

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2020 11:46 PM
Hi Dinesh,
User has specific role (global_exporter) can export the List ,
so assign this role to those user who you want to give permission for export.
Kindly mark the answer Correct and Helpful if this answers your question.
Thanks,
Ali.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2020 11:58 PM
Hey Dinesh kumar,
Type sys_user_has_role.list in the navigation filter. Once on that list, right-click on the header and export.
Please mark my comment correct and helpful.
Thanks
Tanushree

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2020 12:10 AM
Hi Dinesh,
If you don't want to use the 'out of box' functionality of export, then you can create a UI action for export and in that you can check whether that user has a role for export or not that which is a custom role.
function roleExport(){
gs.hasRole('roleName');
}
Please mark it Correct or helpful, if my response is usable to you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2020 12:52 AM
Hey Dinesh,
check out this similar thread below,
Please mark Correct and Helpful If my response is worthy.
Regards,
Indrajit.