Limit number of records in a multi row variable set based on a condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-10-2024 11:55 PM
I have checkbox named 3 records only in variable set that is a MRVS . I want that whenever its value is true, user should not be able to create more than 3 records in MRVS , and if that is false , user can create records of by default value i.e 50. I have written On Change Client Script , but It's not working. Please let me know the optimal solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-11-2024 12:13 AM
Hi @deep_singh
can you please elaborate your requirement, for better understand what you want to achieve.
Please Mark this Helpful and Accepted Solution. If this Helps you to understand. This will help both the community and me..
- Keep Learning āā
Thanks & Regards
Deepak Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-11-2024 03:50 AM
Hi Deepak ,
The requirement is there is checkbox in variables in Record producer , whenever it is true, Then the MRVS in the record producer should not be able to create more than three records, and if checkbox is false user can create 50 records(by default).