Configuration items on the basis of Location
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2023 05:53 AM - edited 01-25-2023 05:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2023 06:29 AM
Put a reference qualifier on the Configuration item variable:
javascript: 'location=' + current.variables.vdi_location
where : is replaced with the actual colon character, and vdi_location is the name of your location variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2023 06:34 AM
It's for a single location. But I have multiple locations, if u have any solution for this then let me know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2023 06:48 AM
This is assuming the use of the location field on the configuration item table which is a reference to the cmn_location table so only contains one value. If you've added a custom list field to the location table, or are using a custom ci table, then make sure 'location' is replaced with your custom field name and try LIKE instead of =