We got a requirement to create view on Accounts which I own or which I am following. In this scenario we may not able to apply “OR” condition for the filters as the filters are split between the two entities (Account and Follows). We can achieve this using the below fetchxml but we can’t build this through Advanced Find. So either we can create a View through code or provide a report with the below fetchxml.
Hope it helps.
You can also easily use FetchXML Builder for XrmToolBox to alter the query behind the view.
A lot has changed in the tool since this article, but it still shows the basics of the procedure: https://jonasrapp.net/fxb/
Yeah, I came to know about the new plugin “ViewDesigner” in XrmToolBox. It’s a awesome feature I can say. Anyway thanks for mentioning this, so that my blog viewers can use the latest technology.