Time Card not visible in Time Sheet PortalIssue The user is unable to ''Add to TimeCard'' or "Add unassigned task to Time Sheet" with Category "Task work" related to the incidentReleaseXanadu P7aCauselook for system logs, you will find below warnings : com.glide.script.RhinoEcmaError: "tsp1_demand" is not defined. Access Control: 'time_card' : Line(9) column(0) 6: } else { 7: check = false; 8: } ==> 9: if (!current.isNewRecord() && (current.category=='project_work' || current.category=='task_work') && (current.task.sys_class_name==tsp1_demand || current.task.sys_class_name==tsp1_project|| current.task.sys_class_name==tsp1_project_task)) { 10: var confidential; 11: 12:ResolutionLook for a custom ACL which refers to the timecard : https://<instance name>.service-now.com/nav_to.do?uri=sys_security_acl.do?sys_id=906f8ccabf83300032a0854b3f07394a -- Reverted to OOB. -- It fixes the issue.