Form 22A7266A-9F73-4F04-8E9D-D8BD8F240458 OpenWorkList 169B4395-77F4-4A88-9B1F-E6C3951397D0 ClaimedWorklist BF4D6002-194E-4D44-8C65-8E96F19BE01C ClosedWorklist 2C89BE53-2DFC-4788-8E36-B47234BF0D7C select * from VisualUnit where Id in (X, Y, Z, ZZ) select * from VisualUnitDetail where VisualUnitId in (X, Y, Z, ZZ) select * from UserVisualUnit where VisualUnitId in (X, Y, Z, ZZ) select * from UserVisualUnitDetail where VisualUnitId in (X, Y, Z, ZZ) /* update VisualUnit set ViewerType=999 where Id in (X, Y, Z, ZZ) update UserVisualUnit set ViewerType=999 where VisualUnitId in (X, Y, Z, ZZ) update VisualUnit set RefreshInterval=1 where Id in (Y, Z, ZZ) update VisualUnit set AppGUID='22A7266A-9F73-4F04-8E9D-D8BD8F240458' where Id=X update VisualUnit set AppGUID='169B4395-77F4-4A88-9B1F-E6C3951397D0' where Id=Y update VisualUnit set AppGUID='BF4D6002-194E-4D44-8C65-8E96F19BE01C' where Id=Z update VisualUnit set AppGUID='2C89BE53-2DFC-4788-8E36-B47234BF0D7C' where Id=ZZ */