Custom message on the ESC Portal
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2025 01:49 PM
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2025 10:10 PM
Hi @Sagar Rd
You can achieve this functionality by using a onSubmit client script with UI type as "All".
In the script you can mention check if the form is new using "g_form.isNewRecord" then display your custom message using "g_form.addInfoMessage('custom message')".
Please mark the answer helpful and correct if it resolves the issue. Happy scripting 🙂
-Shantanu
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2025 05:12 AM
It should be a catalog client script or a normal client script on the table.
Thanks
Mourya