In the Next Experience (Polaris) UI you need to set the system property glide.ui.polaris.global_search to false.In CoreUI or UI 15 you will need to set system property glide.ui.text_search.enable to false.Set Global Search Properties Not sure why you...
A little late to the part here but some thoughts on what you have laid out above:
1. In these cases there is no need for "CIs" as you have listed. The Application Service of "Google Chat" represents the application you are using, which is part of t...
try using GlideappVariablePoolQuestionSet
var set = new GlideappVariablePoolQuestionSet();
set.setRequestID(gr.sys_id);
set.load();
var vs = set.getFlatQuestions();
for (var i=0; i < vs.size(); i++) {
if(vs.get(i).getLabel() != '' && vs.get(i).g...
Apologies, I just saw your responses, please see below, my initial response was not correct.
Set lookup value to SysID and lookup label to the name of the field you want to display.
For a lookup select box on the Type Specifications tab you need to set the Lookup Value Field to the display field you want.
Additionally you can set add field name to the 'lookup label fields' property to display additional fields if needed.