- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2024 09:36 PM - edited 03-31-2024 09:37 PM
Hi,
I am getting this error with SNC External role access.
Failing widget: 'HRJ Task Submit Catalog Item' (2e840e4f534032003066a5f4a11c0868) called from: 'HRM Task Activity' (be9a53ee738023002ceb31d7caf6a769) called from: 'To-dos task Line Item' (a4716c8f53d3130030f3ddeeff7b1288)
I am not getting this error for any roles except on SNC External which is odd:
This is the code with error:
p.requested_for_id = data.task.subject_person.id;
p.requested_for_display = data.task.subject_person.name;
p.parentTable = 'sn_hr_core_task';
p.parentSysId = data.sys_id;
return $sp.getWidget("widget-sc-cat-item-v2", p);
Any idea how to fix this error? Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 08:33 PM
Hi @Harish KM, thanks for the insight! I tried creating a read ACL for the sn_hr_le_case and sn_hr_core_super_tax, it finally removed the error messages on portal.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 08:36 PM
Hi @amielalcala you could have also marked my response as accepted since I gave you where to find the root cause and issue 🙂
Harish