Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2025 01:57 AM - edited 09-12-2025 02:06 AM
Hi @litchick10 ,
Can you try setTimeout - as it waits a short moment so ServiceNow can finish rendering the target list collector.
setTimeout(function() {
var ctrl = g_form.getControl('technology_cmdb_ci_business_app');
ctrl.focus();
}, 200);
Also change your "UI Type" to "All" .
Thanks & Regards,
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.
Thanks & Regards,
Muhammad Iftikhar
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.