GlideAjax returning null
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Saturday
I'm trying to convert List Collector sys_ids to user names using GlideAjax. and setting returned names in another field. The List Collector returns comma-separated sys_ids, which I pass to a client-callable Script Include. However, the GlideAjax response is always null.
Catalog Client Script
Script Include
I checked log
gs.info("Debug ids" + ids); return user sysid
gs.info("Names" +names.join(',')); return user name, but glideajax response is null.
0 REPLIES 0