is there a way to change the display value of the list collector by using the REF qualifier field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2017 01:41 PM
is there a way to change the display value of the list collector by using the REF qualifier field?
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2017 01:48 PM
hmm let me try this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2017 02:02 PM
I think I got that script off of SN Guru as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2017 07:09 AM
//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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2017 07:52 AM
What does your script look like so far?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2017 07:54 AM
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?