Resolve choice/button missing on HR case form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2024 12:24 AM
Hello Everyone,
I am new to HRSD and noticed that we don't have a state as resolved or a UI action, am I missing something?
I have a client need which says that to have a button as resolve HR cases and then automatically close complete the case after 3 days once it is resolved. How should I move forward with it?
let me attach an SS for the case form with State options 🙂
Thank you everyone for your time,
SnowyMan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2024 01:12 AM - edited 08-11-2024 01:15 AM
Hi @Snow-Man
1. Add a new choice for Resolve state in State field. Refer this thread https://www.servicenow.com/community/developer-forum/need-to-add-another-choice-in-the-state-field-i....
2. Create below like Ui Action on HR case table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2024 03:39 AM
@Snow-Man you can use the approached share by @Sid_Takali . that should work for you. just add action.setRedirectURL(current); which would Redirect back to the current record
…………………………………………........................................................................................
Please Mark it helpful 👍and Accept Solution ✅!! If this helps you to understand.
…………………………………………........................................................................................

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2024 05:50 AM
@Snow-Man HR Cases follow a different state transition than that of an incident or a problem. Instead of adding a resolve state on HR Case form, I recommend you to educate your customer about the states on HR Case form. Here are the details on HR Case states.
By adding a new state you will not only change the OOTB HR process, but would also break the existing state flows on HR Case. To fix them, you will need to add your new state in the state flow and further handle the transition of the new state.
Hope this help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2024 05:54 AM
Hi Sandeep, do we really have any state flows by default for HRSD because right now, If I am moving to state cancelled and saving the form, I am able to move it back to ready state. (similarly from closed complete, close incomplete ---- back to ready). How can I fix this? I felt we dont have any state flow by default working on hrsd. maybe, I am wrong..