"Transfer type" dropdown is not displaying options in the HR Agent WorkspaceDescriptionIssue while displaying the Transfer type choices in "HR Agent Workspace".Steps to Reproduce Login to instance ad impersonate to user : Satyam KolheOpen HR Agent Workspace.Open the HR case.Click on the 3 dots present on the extreme right.Once you click on it, click on Transfer Case.Now a popup will appear, now you can see there is no option present in the dropdown of the transfer caseWorkaroundThe issue is been resolved after updating the below UX client script https://<instance_ name>.service-now.com/nav_to.do?uri=sys_ux_client_script.do?sys_id=a1ba189134b11110fa9b21090b32b07b Script changes are implemented. Old Code:api.setState('transferTypes', output.map(type => ({ New Code:api.setState('transferTypes', output.methods.map(type => ({Related Problem: PRB1859289