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 b05761d commit 35f3c0bCopy full SHA for 35f3c0b
Client-Side Components/Client Scripts/Restrict Fields on Template/README.md
@@ -0,0 +1,10 @@
1
+**Details**
2
+This is a on change client script on sys_template table. This script will restrict users to select defined fields while template creation.
3
+Type: OnChange
4
+Field: Template
5
+Table: sys_template
6
+
7
+**Use Case**
8
+There is an OOB functionality to restrict fields using "**save as template**" ACL, but it has below limitations:
9
+1. If the requirement is to restrcit more number of fields (example: 20), 20 ACLs will have to be created.
10
+2. The ACls will have instance wide effect, this script will just restrict on client side.
0 commit comments