You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add script to display user mentions in Service Portal
This script retrieves and displays the top 5 records where the logged-in user is mentioned, providing links to those records.
* Delete Modern Development/Service Portal Widgets/My Mentioned Items directory
* Create script.js
* Delete Modern Development/Service Portal Widgets/My Mentioned Items directory
* Create script.js
* Delete Server-Side Components/Scheduled Jobs/Retire Rating 1 Articles directory
* Create script.js
* Create README.md
1. Open the portals you want to disable copy/paste operation in "sp_portal" table.
3
+
2. Open the theme attached to the portal.
4
+
In the theme under "JS Includes" relatd list, create new JS include and select the UI script you created. Go to your portal and try to copy/paste in any catalog item field or any text field on portal.The operation will be prevented with the alert message.
5
+
6
+
**Use Case**
7
+
1. Many high security organizations like banks do not want the users to copy paste account number or passwords to ensure safety.
8
+
2. Many input form want the users to re-enter the password or username without copying from other fields.
9
+
10
+
This UI script is applied through portal theme , so it will be specific to portals using that theme. It will not have instance wide affect.
0 commit comments