Want to add a condition to existing reference qualifier on Incident form
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2023 04:36 AM
Currently we have below condition on reference qualifier of "configuration Item" field:
javascript:current.service_offering == '' ? 'install_status!=8' : new ServiceOfferingCI().getCi(current)
I want to add a condition to omit the Service Offering Class option from the "Configuration Item" field in the incident form.
How can I combine both the conditions?
0 REPLIES 0