HR Task - Variables

eyal abu hamad
Mega Sage

how Can I show the variables from the HR case in the HR task ?

eyalabuhamad_0-1741873128535.png

and to show them here

eyalabuhamad_1-1741873157534.png

is it possible ?

1 ACCEPTED SOLUTION

<g2:evaluate jelly="true"> var recordObject = new GlideRecord('sn_hr_core_case');

 First, your code need to be modify slightly, from sn_hr_core_task to sn_hr_core_case.
In case, it's still not work, make sure you create the macro in Global, and allow the restricted access privilege

Screenshot 2025-03-17 at 11.36.54.png

 

Brgs,
Phuong
 

View solution in original post

6 REPLIES 6

<g2:evaluate jelly="true"> var recordObject = new GlideRecord('sn_hr_core_case');

 First, your code need to be modify slightly, from sn_hr_core_task to sn_hr_core_case.
In case, it's still not work, make sure you create the macro in Global, and allow the restricted access privilege

Screenshot 2025-03-17 at 11.36.54.png

 

Brgs,
Phuong
 

thank you, worked as expected.