Reference qualifier in CI field of incident form
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 02:17 AM
Hi,
javascript: ['incident', 'problem'].indexOf(current.sys_class_name + '') == -1? '' : 'operational_statusNOT IN' + new OpsStatusFilter('cmdb_ci').by('CreateTask').join()
I have a though time understanding this Advanced reference qualifier. Please be kind enough to explain to me what this means.
Thank you.
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 02:26 AM
Hi,
If the CI field is on Incident or problem form the show the CI's based on the filter condition mentioned in your script include 'OpsStatusFilter' and Function 'by'.
If the CI field is not from Incident or problem form then show all CI for selection.
Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande
Thanks
Anil Lande