Failing widget: 'HRJ Task Submit Catalog Item'

amielalcala
Kilo Sage

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:

amielalcala_0-1711946114917.png

 

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!

 

1 ACCEPTED SOLUTION

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.

View solution in original post

5 REPLIES 5

Hi @amielalcala you could have also marked my response as accepted since I gave you where to find the root cause and issue 🙂

Regards
Harish