- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2024 05:09 AM
we have one of the variable called os and we have below refrence qualifier so please explain me through scripting
refrence table :u_cmdb_ci_vmware_os
refrence qualifier:
javascript:
var vcac=current.cat_item.u_launch_method =="Manual"?"^u_vcac_flagANYTHING":"^u_vcac_flag=true";'u_active=true^name!=Red Hat EL 6.x English - 64 bit^u_vm_type='+current.variables.vm_type+'^u_datacenter='+current.variables.datacenter+vcac;
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2024 05:26 AM
This code produces the following reference qualifier:
Active is true
AND Name is not "Red Hat EL 6.x English - 64 bit"
AND VM Type is <value of vm_type variable>
AND Data center = <value of datacenter variable>
if Launch Method is not "Manual" then an extra condition is added:
AND VCAC Flag is true
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2024 05:26 AM
This code produces the following reference qualifier:
Active is true
AND Name is not "Red Hat EL 6.x English - 64 bit"
AND VM Type is <value of vm_type variable>
AND Data center = <value of datacenter variable>
if Launch Method is not "Manual" then an extra condition is added:
AND VCAC Flag is true
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/