- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2018 03:27 AM
Hi,
We are running 'ACL' to hide the incidents to All the roles expect 'Admin', In list view they are not able see the incident.
If they tried to search the incident by incident.number, they will found the incident. After click on that incident the below info message is displayed - 'Some rows removed from this list by Security constraints'.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2018 03:45 AM
Hi,
You can always use before query business rule instead of ACLs to have restrictions on the records view but if you ACLs already in place and looking forward to only update/remove the security constraint message then I guess all you need to do is create a record in the sys_ui_message table like the one below.
1) If you need to update the message, just update the message field with custom text.
2) If you want to simply remove the message, you can give some space in the message field and leave it empty. ( If you don't give space & keep it empty, it will still pick the default message.
Please mark it correct/helpful based on the response.
Thanks
Gaurav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2018 03:31 AM
In that case you need to use query business rule instead of ACL's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2018 03:45 AM
Hi,
You can always use before query business rule instead of ACLs to have restrictions on the records view but if you ACLs already in place and looking forward to only update/remove the security constraint message then I guess all you need to do is create a record in the sys_ui_message table like the one below.
1) If you need to update the message, just update the message field with custom text.
2) If you want to simply remove the message, you can give some space in the message field and leave it empty. ( If you don't give space & keep it empty, it will still pick the default message.
Please mark it correct/helpful based on the response.
Thanks
Gaurav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2018 05:40 AM
Hi Gaurav,
Thanks for valuable information.
It looks good for the current scenario but the same security message is empty/spaces for other scenario's.
We don't want the empty/spaces security message for other scenario.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2018 06:29 AM
Then, I guess before query business rule is the only option to go with it.
You can just replicate the script in a BR and deactivate the ACL.
Please mark it correct/helpful based on the response.
Thanks
Gaurav