- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 01:04 AM
Hi Experts,
in the HR agent workspace we would like to remove the 2 steps creation as in Agent workspace for hr case management where when we open a new case we only have one single form.
Would anyone know how ?
Thanks you
Agathe
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 03:22 AM
Hi Shaikh,
Many thanks for your answer.
I discovered that I could just add "sys_id=-1" in the url to avoid the 2 steps creation
https://xxxx.service-now.com/nav_to.do?uri=sn_hr_core_case.do?sys_id=-1
Many thanks
Kind regadrs
Agathe

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 01:17 AM
Hi @AgatheL
To remove the two-step creation process in the HR Agent Workspace and create a single form for new cases, you can follow these steps:
Navigate to the HR Service Delivery application in ServiceNow.
Open the "Case Settings" record.
Scroll down to the "Advanced" section and select "Case Form UI Policy".
Click "New" to create a new UI Policy.
In the "UI Policy" form, set the "Table" field to "sn_hr_core_case".
Set the "UI Type" field to "Advanced".
Under the "UI Policy Actions" section, click "Add Action".
Set the "Action" field to "Hide".
Set the "Field" field to "sn_hr_core_case.caller_id".
Click "Submit" to save the UI Policy.
After following these steps, when a new case is created in the HR Agent Workspace, the two-step creation process will be removed and a single form will be displayed without the "Caller" field.
Please mark helpful to remove from unanswered question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 03:22 AM
Hi Shaikh,
Many thanks for your answer.
I discovered that I could just add "sys_id=-1" in the url to avoid the 2 steps creation
https://xxxx.service-now.com/nav_to.do?uri=sn_hr_core_case.do?sys_id=-1
Many thanks
Kind regadrs
Agathe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 10:24 AM
Hi AgatheL
When I Click "New" Button in agent workspace for HR Case Management need to remove 2 step verification I just need to display HR form as below:
Can you please suggest where I need to edit URL for this.