UI Builder Dates Field ITSM Service Now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 08:04 AM
I have created 2 fields on a scoped app table form of type "date".
1)Order Start Date
2)FSA Start Date
These two dates are part of a view , used in UI builder as part of Form Component.
Where I have given a button to Save these dates into target table by creating a REST resource.
The Requirement is as Below :
If the Value of Order Start Date = 14/05/2024 (14th May 2024)
The User should be able to select the FSA Start Date from the Month May till the 1st Date of the Month.
All the dates Before 1st May (From month April, March..... n all) should be disabled or user should not be able to save the record with such dates before 1st May.
Note the Order Start Date field value may change for different record , so need to have such validation on FSA Start Date dynamically for all months.
So , I wanted to know if it is possible to disable the calendar dates dynamically , depending upon other date field value.
Please if anyone can help me on this requirement.