Forum Discussion
Eric Adler
Jun 20, 2019Iron Contributor
Are External Content Types and Secure Stores still a viable option?
I am looking to use Azure SQL for master data and connect this data to SharePoint solutions. External Content types have been a good answer for a while. However, in the new SharePoint admin cente...
Alan Marshall
Jun 20, 2019Iron Contributor
I have switched to using PowerApps to show data from external systems and embed in SharePoint pages. You can also customise list forms in PowerApps to include lookups to external data. I've been waiting for this ability on document libraries for meta data that is coming soon to make this a complete viable alternative.
Eric Adler
Jun 20, 2019Iron Contributor
You are using full PowerApps too, correct. You can't accomplish this with a "custom form in PowerApps", right?
That seems like sound architecture. I didn't know that this was coming to doc libs. That's will be great. Seems like managed metadata is out the door too.
Thanks!
That seems like sound architecture. I didn't know that this was coming to doc libs. That's will be great. Seems like managed metadata is out the door too.
Thanks!
- Alan MarshallJun 23, 2019Iron ContributorYou can also do this with custom form in PowerApps by adding another data source other than the list it was generated from so you don’t need a full PowerApp to do the meta data scenario
- Eric AdlerJun 25, 2019Iron Contributor@Alan this is exactly what I'm trying to do. I haven't been able to create the SQL server connection to Azure SQL or connect it to the form through "add data source".
I assume I need to figure out why I can't make a SQL Connection to an Azure SQL DB first. I have the DB, I can connect with SSMS and the Azure Data Studio, but no luck with a connector.
From what you're saying if I can get that then I can use it as a second data source for my form. That would be perfection.- Alan MarshallJun 25, 2019Iron ContributorIt will likely be the Azure database firewall blocking it. I'm not sure if you can allow just the PowerApps connector IP but adding any Azure Service option will allow it, this does mean anyone's Azure tenant so make sure you have removed default logins and use a complex password.