Search sources on Customer Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2018 03:34 PM
Hi - I have added an additional Search source to our CSM portal, "Assets", I went with the default settings and select the search table to alm_asset. Primary display field is model, typeahead is checked, and given it a glyph symbol.
I switch to the portal and no results are given if I search for model, serial, whatever.
The search results do have the Asset category listed, but 0 results.
I can view Assets fine using the top menu item. But cannot search for them.
Any quick ideas?
- Labels:
-
Customer Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2018 09:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2018 12:14 AM
Unfortunately I have no idea why the OOTB behavior is not working...
Your configuration is correct in my point of view. Maybe you can open an HI incident so we'll know 🙂
Regards,
Anaïs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2018 03:19 AM
Hi - I added your code as is.
I changed this line to search for serial number instead:
gr.addQuery('serial_number', 'CONTAINS', query);
But I don't get any results coming back.
Is this line in your code correct? Seems strange to me.
asset.sys_id = asset.sys_id;
I appreciate your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2018 07:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2018 01:53 AM
Hi
I am still not getting anywhere, it is like I have made no changes whatsoever.
Do you have any tips on how I could debug this - to confirm that the table really is being searched?
Thanks again for your help.