System user view are stored in SavedQueryBase table.
If you want to hide a view there is a field names IsPrivate and if you set the value to 1 it will be hidden.
Please note that this is an unsupported customization.
update SavedQueryBase
set IsPrivate = 1
where SavedQueryId =''
set IsPrivate = 1
where SavedQueryId =''
No comments:
Post a Comment