How to make a Ui action dissapear after 30 days of task closure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2024 04:43 AM
Hi Everyone,
I want to make my Ui action unavailable after 30 days when a task gets closed.
How should i achieve this?
Thanks,
Kartikey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2024 05:41 AM
Hi,
This is not working, as soon as i close the task, the UI action is getting disappeared.
Thanks,
Kartikey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2024 06:58 AM
Hi,
In condition tab -
current.closed_at>gs.beginningOfLast30Days()
I have tested in PDI.
Please mark helpful and accept the solution.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2024 07:05 AM
Hi @kartikey ,
Please use the following in conditions field -
current.closed_at>gs.beginningOfLast30Days()
I have myself tested in the PDI. Let me know if you have any questions.
Please mark this helpful and accept the solution.
WR,
Uday Singh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2024 07:10 AM
Please use the following in condition field -
current.closed_at>gs.beginningOfLast30Days()
Please mark this helpful if this works, i have myself tested in PDI
WR,
Uday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2024 09:45 AM
Hi,
Try this one
(!(current.closed_at<=gs.beginningOfLast30Days())|| (current.closed_at==""))
Thanks,
Srinu