
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 02:05 AM
I want to hide Save button on agent worksapce only when state is changed to reopen rest in other states it should be visible.
Can anyone tell how to achieve this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 02:11 AM
@Community Alums Find the Save button in list of UI Action, filter records with your table name. In the condition field of your UI Action check current.state!=reopen.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 02:11 AM
@Community Alums Find the Save button in list of UI Action, filter records with your table name. In the condition field of your UI Action check current.state!=reopen.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 02:19 AM