Archive
Posts Tagged ‘Related entity’
Related entity not coming up in view filter
We got a below requirement
- Contacts and Users will have N:N relationship
- Create a view in Contact entity, to get ‘Contacts associated to User ‘
It’s a straight forward ask as all I need to create is a view in Contact, with filter criteria ‘Users contains data’. Isn’t it?
So I,
- Created a new N:N relationship between Contact & User.
- Create a new view ‘Contacts associated with Users’ in Contact entity and opened filter criteria.
- To my surprise, I did not find ‘Users’ in ‘Select’ dropdown -> Related Entities section.
Reason –
- The culprit is ‘Display Option’
- Since I given ‘Display option’ as ‘Do Not Display’ that propagated to filter, which is weird but that’s how it works.
Fix –
- To get the ‘Users’ in filter criteria provide ‘Display Option’ and Publish.
- Go back to the view’s filter criteria, now you will see the ‘Users’ in ‘Select’ dropdown
🙂
Categories: CRM
Tags: not coming up, Related entity, view filter
Stats
- 1,050,079 hits
Translate
Top Posts
- Associate/Disassociate plugin messages in CRM
- [Step by Step] Postman tool to test Dynamics 365 online Web API
- Working with Azure Active Directory (AAD) Groups in Dynamics Customer Engagement
- Data Tables - Error - Non table node initialization
- Useful JScript syntax's – ADX/Dynamics 365 Portals
- [Code Snippet] Custom Workflow Activity with Input and Output Params
- [Step by Step] Dynamics 365 - Microsoft Forms Pro Survey Solution
- Get and Set ‘Partylist’ fields using Jscript
- Set “Created On”,” Created By”, “Modified On”, “Modified By” fields using SDK/Data Import/Plug-in – Dynamics 365
- Auto generate new GUID for ‘uniqueidentifier’ column in SQL Table