instance_status LOV in the Asset Definition Form
Hello All,
I'm trying to limit the instace statuses shwon In the Asset Definition form. One way is through the forms personalizations. I'm trying to create a record group from query and assign to the LOV probably.
Can someone either telle me why this SQL is not working?
select name,description
from csi_instance_statuses
where name IN( 'STATUS1','STATUS2')
I'm not sure what form LOV is expecting exacly.