- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 06:55 AM
In Committee approval Date field the date too be displayed (user should enter between those two dates) should be between RITM created date and today's date. Can anyone please help me with the solution.
todays date 28-11-24
== 22-11-24
Thanks in advance!!!
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 07:44 AM
Try using UI policy and Avoid Script if you can - here is how you can do it.
Catalog UI policy if fields are on Catalog Item, UI policy if fields are on form.
After setting condition in UI Policy action:
If you do not have "Field message" you must be on a older release, just use clear field value check box
Conditions in UI policy:
Committee_approval_date is LESS than 0 days before RITM Created
OR
Committee_approval_date after Today
Please mark this answer helpful and correct if it helps you so others can benefit from this answer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 07:44 AM
Try using UI policy and Avoid Script if you can - here is how you can do it.
Catalog UI policy if fields are on Catalog Item, UI policy if fields are on form.
After setting condition in UI Policy action:
If you do not have "Field message" you must be on a older release, just use clear field value check box
Conditions in UI policy:
Committee_approval_date is LESS than 0 days before RITM Created
OR
Committee_approval_date after Today
Please mark this answer helpful and correct if it helps you so others can benefit from this answer.