Omniscript: Empowering Date Field Selections

 When integrating a Date Field into your Omniscript UI, unlock the power to customize date selections. Enable users to pick a specific date by defining a range with a minimum and maximum date. If a user attempts to select a date outside this range, a system-generated error message will guide them.


1. We have the flexibility to define the date format according to business requirements, as illustrated below









2. Specify a Minimum and Maximum Date Range : By using that we can Define the allowable range for users to select dates and Ensure the date format matches the Date Field format and If a user attempts to select a date outside of this specified range, the system will display an error message on the screen.






3. Prevent Selection of Past Dates: Implement a restriction to disable selection of past dates. By setting the Minimum Date to Today, users can only select past dates and are restricted from choosing future dates.




Use Cases: Useful in situations where Past dates are not applicable, such as license expiration dates.


4. Restrict Selection to Future Dates Only: Tailor the Date Field to accept only future dates. By setting the Maximum Date to Today, users can only select past dates and are restricted from choosing Past dates.





Use Cases: Useful in situations where future dates are not applicable, such as license issue dates.



 Thank You!