Display Reference Field as a Choice Field on Configurable WorkspaceIssue Converting reference fields as choice field by configuring dictionary as: 1)Setting the attributes 'ref_auto_completer=AJAXReferenceChoice' 2) Set Choice to: Dropdown with --None-- and adding a reference qualifier that contains 'current' keyword, works in native UI but does not work in configurable workspaces. It looks like a reference lookup and not a choice field. ReleaseSan Diego and aboveCauseIssue is due to the use of reference qualifier that uses "current" object to fetch data on the field.Use of 'current' on reference qualifier makes it look like a reference look up and not a drop down choice value in agent workspace and other workspaces as :This behaviour is never intended work in workspace.ResolutionThe field with drop down choice list on workspaces will look like a look up reference and not a choice as it is not intended work in workspace. 1)Please remove 'current' on the reference qualifier , if your business requirement permits or 2)Use the field as a reference look up instead of a choice list.