- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 06:39 AM
how Can I show the variables from the HR case in the HR task ?
and to show them here
is it possible ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2025 09:38 PM
<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
Brgs,
Phuong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2025 09:38 PM
<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
Brgs,
Phuong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2025 11:47 PM
thank you, worked as expected.