Took a quick stab...
select top 10 v.id,v.name,v.vapp_name,v.vc_id,v.moref,v.guest_customize_enabled from ui_vapp_vm_list_view v with(NOLOCK)
looks to have if the setting is enabled or not...
Took a quick stab...
select top 10 v.id,v.name,v.vapp_name,v.vc_id,v.moref,v.guest_customize_enabled from ui_vapp_vm_list_view v with(NOLOCK)
looks to have if the setting is enabled or not...