Search This Blog

Sunday, June 7, 2015

Delete a view in CRM

If you have any doubt in the post please post comments. I will try to solve your problem.

To delete a view in the CRM either you have to delete it from UI or from table. Some times you dont have access to delete the view from UI, In that time you can delete it back end.

Query:
Select SavedQueryId, * from SavedQuery where name like '%extern%'
Delete from SavedQuery where SavedQueryId='Guid'


No comments:

Post a Comment

Note: Only a member of this blog may post a comment.