- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2023 06:30 AM
Where is possible to the find the code invoked by "Create HR Case" button shown in the attached image?
What kind of object is the menù shown under the "+" button ?
Thanks
Francesco
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2023 06:55 AM
Hi @Francesco10 ,
It's part of "sys_ux_page_property" !!
Type sys_ux_page_property.LIST and look for below:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2023 06:55 AM
Hi @Francesco10 ,
It's part of "sys_ux_page_property" !!
Type sys_ux_page_property.LIST and look for below:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2023 07:14 AM
Hi Sandeep,
thanks for the info.
Anyway, I need to call the page "case-creation-page" with some parameters as well, from scripting (like an Action client side).
There is any way to call the same page from scripting (client side)?
I mean some thing like:
g_navigation.open('/now/hr/agent/case-creation-page/-1_uid');
or
openFrameAPI.openCustomURL("/now/hr/agent/case-creation-page/-1_uid_2")
I tried the above snippets, but they refresh the whole Browser, not just the internal TAB.
Also, I'm not able to set the user parameter (instead I was able on Classic UI with old "sn_hr_core_case_creation.do" page).
Thanks in advance
Francesco