For non-admin users, "Record History" shows an empty list in Workspace, and the Sys ID in the filter is emptyDescriptionWhen non-admin user try to open "Record History" from the workspace, the list is empty and the Sys ID in the filter is empty also Steps to Reproduce 1. Impersonate a non-admin user2. Navigate to a workspace and open the record from standard record page template3. Select "Record History" Expected behavior:A list of record history is shown and clicking "filter", they should able to see there is a sys_id for the history set. Actual behavior: No records to display in the record history and clicking "filter" they only find empty sys_id.WorkaroundManually adjust the following ACL:- Open ACL /sys_security_acl.do?sys_id=6d91539777c92110a8b1f335ae5a9970- remove the 'admin' role under the Conditions section- select 'Advanced'- paste this line into the script editor at the bottom of the ACL form:answer = gs.hasRole(gs.getProperty("glide.history.role"));- save the ACL- check the `glide.history.role` system property and adjust the value for your needsSee the following screenshot for reference: Related Problem: PRB1945053