Ritm created date and todays date between date need to show in a task date variable in Washington QA

johnnysk
Tera Contributor

 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.

 

johnnysk_0-1732804814537.png todays date 28-11-24

 

johnnysk_2-1732804986995.png== 22-11-24 

 

Thanks in advance!!!

 

1 ACCEPTED SOLUTION

MS25
Mega Sage

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. 

MS25_0-1732808395247.png

After setting condition in UI Policy action: 

MS25_1-1732808433066.png

 

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.

View solution in original post

1 REPLY 1

MS25
Mega Sage

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. 

MS25_0-1732808395247.png

After setting condition in UI Policy action: 

MS25_1-1732808433066.png

 

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.