Hi Everyone, I have a requirement where we need to remove/hide some system views from Entity Grid Home page but those views should be available in Advanced find. Can we achieve this and how?
*This post is locked for comments
Hi Everyone, I have a requirement where we need to remove/hide some system views from Entity Grid Home page but those views should be available in Advanced find. Can we achieve this and how?
*This post is locked for comments
You can't really hide System Views from your Entity Grid home page, and not from Advanced Find.
The only real way to hide views is by modifying the RetrieveMultiple SDK message on the SavedQuery (System View) entity, and filter the results there.
You can filter by the returned type code to get it for the entity that you are looking for.
Check out the following article on msdn:
msdn.microsoft.com/.../gg328457.aspx
You will have to figure out how to tell the system when you are on the Advanced Find window or the Home page windows. You should be able to add some tracing to get that information.
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,430
Most Valuable Professional
nmaenpaa
101,156