Column of type script field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2023 04:47 AM
Hi
"If any of your scoped application table uses a "script" type field that can be accessible to users other than System Admin then it can give the ability to execute scripts on the server-side which can compromise the security of customer instances if the non admin users get more privilege than what he/she has."
"Secure the script type of fields with fields level access controls which allow only the System Admin users to write on script fields and it will also be applicable to any script type fields that are inherited from extended table."
From the above data where can I secure the Secure the script type of fields with fields level access controls which allow only the System Admin users to write on script fields and it will also be applicable to any script type fields that are inherited from extended table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2023 07:06 AM
Hi @shivaadapa
you can take the OOTB ACL sys_trigger.script as a blueprint for your ACL. It is as simple as this:
Maik
