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
🙂
Advertisement
Categories: CRM
Tags: not coming up, Related entity, view filter
Leave a Reply Cancel reply
Stats
- 1,579,552 hits
Tweets
- RT @MikeFactorial: Big things are coming to the #CoEStarterKit. So, @ManuelaPichler_ and team are building the tension for the April releas… 2 weeks ago
- New blog post : Boost conversations using GPT in Power Virtual Agent (PVA) rajeevpentyala.com/2023/03/08/pow… 2 weeks ago
- RT @PPDevWeekly: 🔥 Going Live: Power Platform Dev Weekly 155 bit.ly/PPDevWeekly155 This week's cover story by @RajeevPentyala With gre… 2 weeks ago
- RT @caseyburke21: Pipelines is now generally available! Huge congratulations to the team and all who have supported reaching this milestone… 3 weeks ago
- New blog post : Call Dataverse actions directly in power-fx rajeevpentyala.com/2023/03/01/ste… 3 weeks ago
Join 404 other subscribers
Top Posts
- Power Apps component framework (PCF) - Beginner guide
- [Experimental Feature] Call Dataverse actions directly in Power Fx
- Auto generate new GUID for ‘uniqueidentifier’ column in SQL Table
- God Mode - Level Up - Dynamics 365 Chrome Extension
- Associate/Disassociate plugin messages in CRM
- [Step by Step] Power Apps | Show pop ups in Canvas App
- Set “Created On”,” Created By”, “Modified On”, “Modified By” fields using SDK/Data Import/Plug-in – Dynamics 365
- [Code Snippet] Custom Workflow Activity with Input and Output Params
- [Step by Step] Connecting to Azure SQL Server using OLEDB Connection from SSIS
- C# - SQL - Bulk Insert records from Data Table and CSV
Hi Rajeev,
Thanks for your post.
We are trying to display associated view in iFrame on Entity form in CRM 2016 version.
We could do that using the same format as the following url:
https://.crm.dynamics.com/userdefined/areas.aspx?oId=%7bA6F09DF8-8B80-E511-8110-C4346BAC59AC%7d&oType=1&pagemode=iframe&security=852023&tabSet=crisp_inspectionstation_crisp_item&rof=false&inlineEdit=1
We are getting one issue, i.e,
In iFrame, Command bar of associated view (with rof=false&inlineEdit=1) does not show up.
Can you provide some help on this?