is there a way to change the display value of the list collector by using the REF qualifier field?

reyservicenow
Tera Expert

is there a way to change the display value of the list collector by using the REF qualifier field?

9 REPLIES 9

hmm let me try this


I think I got that script off of SN Guru as well.


  //Apply a default filter to the list collector variable        


function onLoad() {     var collectorName = 'po_number';        


var filterString = po_number;


}



and no luck is this script looking correct?


What does your script look like so far?


this is it....


function onLoad() {     var collectorName = 'po_number';      


var filterString = po_number;


}



I thought in that one client script you put various client scripts... because i   seen comments in there saying try this then try this?