current.task.getRefRecord() returns undefined in Agent Workspace.Descriptioncurrent.task.getRefRecord() in advanced reference qualifier returns undefined in Agent Workspace. However, it returns GlideRecord object in the backend(UI16). Steps to Reproduce -Create a script include as below(or just import the XML that I attached on the problem):var test = Class.create();test.prototype = {initialize: function() {},getRecord: function(/*GlideRecord*/ record) {gs.log("------------------> current.task.getRefRecord(): " + record);},type: 'test'};-Go to incident form and Task Skills -> Task related list on the form for default & workspace view.-Go to task_m2m_skill table and configure dictionary of the "Skill" field and add the folllwoing advance reference qualifier on the dictionary:javascript:new global.test().getRecord(current.task.getRefRecord());-After you did the changes above, open any incident record in the UI16 and Workspace-Go to Task Skills related list and click on the New button.-Click on the "Skill" reference field in both UI16 and workspace-Open the System Logs --> System Log --> All. And you will see the logs we called in script include as below:UI16 ------------------> current.task.getRefRecord(): [object GlideRecord]Workspace ------------------> current.task.getRefRecord(): undefinedWorkaroundThis issue is under review. To receive notifications when more information is available, subscribe to this Known Error article by clicking the Subscribe button at the top right of the article. If you are able to upgrade, review the Fixed In field to determine whether any versions have a permanent fix.Related Problem: PRB1369557