We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f3c0b commit 42a9e16Copy full SHA for 42a9e16
Client-Side Components/Client Scripts/Restrict Fields on Template/README.md
@@ -1,10 +1,12 @@
1
**Details**
2
+
3
This is a on change client script on sys_template table. This script will restrict users to select defined fields while template creation.
4
Type: OnChange
5
Field: Template
6
Table: sys_template
7
8
**Use Case**
9
10
There is an OOB functionality to restrict fields using "**save as template**" ACL, but it has below limitations:
11
1. If the requirement is to restrcit more number of fields (example: 20), 20 ACLs will have to be created.
12
2. The ACls will have instance wide effect, this script will just restrict on client side.
0 commit comments