- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 09:03 AM
Hello all,
• We’d like a UI Action (button) labeled ‘Reopen Case’
• The UI Action should be only visible to Managers and ONLY when the Case State is ‘Closed Complete’, ‘Closed Incomplete’ or ‘Cancelled’
• When used, the Employee Relations Case should change from one of the Inactive/Resolved States to Work In-Progress
Any help on starting and/or completing these requirements will be very appreciated.
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 10:16 AM
Hi @Hola Ola ,
Please try for 'Reopen Case' Ui action.
Condition: (current.state == 3 || current.state == 4 || current.state == 7) && gs. hasRole("sn_hr_core.manger")
script:
Please mark helpful & accept the answer if it's really worthy for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 07:49 AM - edited 04-30-2024 07:50 AM
Hi @Hola Ola ,
I don't think that state field is editable however it's 'Reopen case' or not. If you want to move state to another state, you can go forward use respective button from native view as well as Agent workspace.
Please mark helpful & correct my previous answer as you mentioned it worked for you.
Please mark helpful & correct answer it's worthy for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 10:16 AM
Hi @Hola Ola ,
Please try for 'Reopen Case' Ui action.
Condition: (current.state == 3 || current.state == 4 || current.state == 7) && gs. hasRole("sn_hr_core.manger")
script:
Please mark helpful & accept the answer if it's really worthy for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 08:25 AM
Thank you for the response, it works.
Do you however have a way or script that will make the State field editable after re-opening the case?
Again, thank you for the response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 07:49 AM - edited 04-30-2024 07:50 AM
Hi @Hola Ola ,
I don't think that state field is editable however it's 'Reopen case' or not. If you want to move state to another state, you can go forward use respective button from native view as well as Agent workspace.
Please mark helpful & correct my previous answer as you mentioned it worked for you.
Please mark helpful & correct answer it's worthy for you.