Hi,
I am trying to add Lookup field (account) on contact form. I know that previously this was not supported but now it is mention in spring update that it can be done.
If It can be done, how can I use this?
Screenshot of where it is mention:
The spring update provides support for SQL Views. In your case, this would enable you to build a SQL Server view that joins your Contact and Account tables. The benefit of this is that it allows you to display Contact and account details in a gallery (or other list control) without the performance overhead of carrying out the account detail lookup for each record from within PowerApps.
For data entry purposes, it's possible to build screens with lookup fields. For instance, if you want to add a drop down control to a contract entry screen that enables a user to select an account, the answer in my post here might help you.
https://powerusers.microsoft.com/t5/Creating-Apps/Drop-Down-Box-Lookup/m-p/82049#M827
Hi @timl
Can you provide Screenshorts,or any Example or document related to this or how can I use this new feature.
This article on the PowerApps blog describes how to use this feature.
https://powerapps.microsoft.com/en-us/blog/using-sql-server-views-in-powerapps/
Hi @timl
we don't have access to the SQL Server. I am trying to create an app with CDS Connection.and same scenario for Dynamics 365 connection.
Can you explain what exactly doesn't work?
There is now a new version of CDS which might be the cause of the problem, but the CDS has always supported lookups.
The following link describes...
>> If you create an app automatically from an entity that contains a lookup field, it appears as a Drop down control that contains data from the Primary name field of the entity.
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/data-platform-entity-lookup
User | Count |
---|---|
141 | |
137 | |
78 | |
77 | |
72 |
User | Count |
---|---|
228 | |
178 | |
68 | |
68 | |
58 |