How to create validation for the below mentioned field it should accept only time(8:00AM to 05:00PM)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 07:46 PM
Hi,
How to create validation for the below mentioned field it should accept only time(8:00AM to 05:00PM)
I have a Create incident Record producer which consists of field:
Opening and closure time on Monday (sample add 8:00 AM to 16:00 PM) if the same format will not going to enter the user it will show some error message.
Please help me out how it is possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2024 03:47 AM
Hi kranthi2,
As Atul mentioned you can use ui policy too but if you want to use strictly time zone and all conditions then you can create schedule and check your input falls under that schedule or not. This can be done using on change client script.
Please mare useful/ helpful if my answer find relevant for your scenario.
Best Regards
Sanjeet Choudhary