Forum Discussion
gmeunier
Jul 28, 2022Copper Contributor
personal App, Organization parameters, database
Hi everyone, Those are theoretical questions, I just need hints. I am planning to create a teams personal app for an association (Visual Studio / React) This app may afterwards be provided f...
gmeunier
Aug 01, 2022Copper Contributor
HiKeshav-MSFT, thank you for your reply.
As said, I am willing to use a personal app built with React.
The idea is not to use PowerApp for 2 main reasons :
- The canvas is not reactive (to be used both on PC and smartphone);
- Licensing ! I will have from 100 to 300 users, we can't afford providing a licence to all of them.
So that is what I am interested in
https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/design/personal-apps
But it seems to me that no database can be initiated by the App itself.
Keshav-MSFT
Microsoft
Aug 03, 2022Hi@gmeunier please follow the below sample link help to create SharePoint list.
https://github.com/OfficeDev/microsoft-teams-apps-newemployeeonboarding/blob/main/Source/Microsoft.Teams.Apps.NewHireOnboarding/Helpers/SharePointHelper.cs
https://github.com/OfficeDev/microsoft-teams-apps-newemployeeonboarding/blob/main/Source/Microsoft.Teams.Apps.NewHireOnboarding/Helpers/SharePointHelper.cs
- gmeunierAug 24, 2022Copper Contributor
Hi,
Sorry for the late reply.
So my understanding is that to acheive this, the best is to create a sharepoint application with Teams capacities (as with the example shown in your above reply) and not a Teams application.Many thanks,
Gerald
- Keshav-MSFTAug 05, 2022
Microsoft
Hello gmeunier - Can you please confirm whether your issue has resolved with above shared link ?