Validate all date fields on onsubmit client script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2019 09:12 AM
I need to write on submit client script which will validate all date fields on a form(nearly 10 fields) to restrict past date.
Labels:
- Labels:
-
Best Practices
-
Scripting and Coding
6 REPLIES 6

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2019 09:29 PM
So, in UI16, you can use things like NameMap to get all the variables, however that is not documented and not supported. I'm not sure how you'd dynamically get the variable names for variables that may not exist today.
If you achieve this I'd love to see how you figured it out.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2019 06:28 AM
Thank You @jacebsenson, we are working on it. Will let you know when it is completed