case-creation-page "HR Agent Workspace" implementation

Francesco10
Tera Contributor

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

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @Francesco10 ,

It's part of "sys_ux_page_property" !!

Type  sys_ux_page_property.LIST and look for below:

SandeepDutta_1-1682517325276.png

 

 

SandeepDutta_0-1682517273685.png

 

View solution in original post

2 REPLIES 2

Community Alums
Not applicable

Hi @Francesco10 ,

It's part of "sys_ux_page_property" !!

Type  sys_ux_page_property.LIST and look for below:

SandeepDutta_1-1682517325276.png

 

 

SandeepDutta_0-1682517273685.png

 

Francesco10
Tera Contributor

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