UI Policy having 'javascript:gs.getProperty' in the condition does not work in Agent workspaceDescriptionA UI Policy which has 'javascript:gs.getProperty("propertyName")' in the condition is not working on Agent workspace.Steps to Reproduce 1- Create a system property with the below data:Name: test.caller.sys_idType: StringValue: <sys_id of "ITIL User">2- Create a UI policy on incident table with the below data:Condition: Caller is javascript:gs.getProperty("test.caller.sys_id")OnLoad : checkedReverse if false : checkedglobal : checkedRun scripts : unchecked3- Create the below UI Policy Action on this newly created UI Policy, this is to make "Assigned to" field as visible and mandatory on the incident form when caller is "ITIL User":field name: assigned_toMandatory: truevisible: truereadonly : read alone.4- Access Agent workspace and Open a new incident record and select caller as "ITIL User". Notice "Assigned to" is not visible.5- Open a new incident in native UI and select caller as "ITIL User". "Assigned to" is shown as expected.6- On agent workspace open any existing incident which has caller "ITIL User". "Assigned to" is shown as expected.7- Open a new incident and set the caller as "ITIL User". "Assigned to" is not visible.WorkaroundThis problem is under review and targeted to be fixed in a future release. To receive notifications when more information becomes available, subscribe to this Known Error article by clicking the Subscribe button at the top right of this form.Related Problem: PRB1410185