Task assignee unable to view the 'Global description' coming from HR template on ticket page of Employee Center portalDescriptionWhen the Assigned to user for a task, opens the standard ticket page for the task on the Employee Center portal, he is unable to view the global description which comes from the HR Template associated with the task. This is caused because the user is unable to read the fields of HR template as he might not have the sn_hr_le.activity_reader or sn_hr_core.case_reader roles.Steps to Reproduce 1. Make sure Human Resources Scoped App: Core, Lifecycle Events and Employee Center Core plugins are installed2. For any HR template(e.g. HR Task Template) - check 'Use global descriptions for translations' on template and put some value for 'Global description' field3. Create a HR task which uses the above HR Template for user with no sn_hr_le.activity_reader or sn_hr_core.caser_reader roles 4. Navigate to ESC portal as the task assignee(impersonate or login) and open the HR task which was assigned in the previous step. The user will be unable to see the Global description from the HR template on the page. Note: This issue is only reproducible on instances which are currently using Aug 2022 or Nov 2022 versions of the Employee Center Core store appWorkaroundUpdate the script include hr_TaskTicket with the following: In the function getTasks, for the first place where we are creating an object of GlideRecordSecure, change the GlideRecordSecure with GlideRecord After the query statement for the above object, please add canRead() check on the GlideRecord object and if it is false, return an empty object as response from the getTasks function Related Problem: PRB1611041