Skip to content

Commit 35f3c0b

Browse files
authored
Create README.md
1 parent b05761d commit 35f3c0b

File tree

1 file changed

+10
-0
lines changed
  • Client-Side Components/Client Scripts/Restrict Fields on Template

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)