Client script onsubmit validation
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 11:21 AM
I want to apply the restriction on submitting the record producer.
The record producer should not allow the submission if the submitter has no more than 10 active submission.
Or successfully the closed case in the current calendar.
How can we restrict this submission.
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 03:59 PM
Did you set up a script include? Is it accessible from the scope you need? Have you tried using another query? Or using an encoded query? Have you tried using GlideAggregate to get a COUNT? instead of using a count variable? Try asking ChatGPT how to achieve what you want. It will be able to help.