Fabio19
ServiceNow Employee
ServiceNow Employee

Custom view rendered on Workspace:

 

Fabio19_1-1700151043288.png

 

 

Below are the steps:

 

  1. Create a new HR task type adding a new choice record that describes the purpose of your custom view.

Link: https://<instance name>.service-now.com/nav_to.do?uri=sys_dictionary.do?sys_id=fdd33926873d71108be310a83cbb35a9

(Table: sn_hr_core_task, Column: hr_task_type)

 

  1. Create a new HR Template, using existing ones as inspiration. It is important to set the HR task type defined above.

Link: https:// <instance name>.service-now.com/now/nav/ui/classic/params/target/sn_hr_core_template_list.do

 

Fabio19_0-1700130763703.png

 

 

 

  1. Clone an existing Activity UI Layout (I suggest “HR Record UIB”) if you want to isolate your implementation, or use an existing one associating your custom Activity UI through override. Become familiar with the Next Experience Architecture:

Screenshot author Arnoud Kooi

Fabio19_1-1700130763709.png

 

 

Link: https://<instance name>.service-now.com/now/nav/ui/classic/params/target/sys_pd_activity_type_list.do

Then, click on “Edit Default UI in UI Builder”. UI Builder will open with a valid starting point for your implementation:

Fabio19_2-1700130763716.png

Rename the Default Activity UI record to one easier to identify, it will be useful later.

 

 

  1. Create an HR Playbook Card Configuration following these three points:
    1. As a condition, use the HR task type defined in point 1.
    2. As activity UI, use the one created in point 3.
    3. For the remaining attributes, use an existing configuration as a source of inspiration or use the appropriate ones for your implementation.

 

Link: https://<instance name>.service-now.com/now/nav/ui/classic/params/target/sn_hr_le_playbook_card_config_list.do

 

Example:

Fabio19_3-1700130763724.png

 

 

 

  1. Open your HR Lifecycle Event process and add a new activity with the HR Template record created in point 2.

Example:

Fabio19_4-1700130763746.png

 

Version history
Last update:
‎11-17-2023 06:40 AM
Updated by:
Contributors