Trying to add a new option in a Filter condition
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2023 09:45 AM
Hi guys! I need your help!
I'm trying to add a new option in the choices of the created field condition filter. Does anyone know how to configure this?
#filter #options
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2023 09:52 AM
Hi,
Check below business rule which is running on Global Table.
Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande
Thanks
Anil Lande
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2023 10:06 AM
Hi @Anil Lande thanks for your reply!
I added this line in the end of that script based in the others, but it didn't work, the option still doesn't appear. Do I need to do something more?
answer.add('180_Last 5 minutes@javascript:gs.minutesAgoStart(5)@javascript:gs.minutesAgoEnd(0)', gs.getMessage('Last 5 minutes'));