I need to connect PowerPages with F&O environment. How should I handle invitations and login information for customers without using the Contacts and Accounts table present in Dataverse. I will require to prepopulate fields of form based on the logged in user but cannot use the contact and account table present in dataverse to get the information. The information stored will be stored in F&O environment.
Hi @AayushGarg ,
You can do that by using the virtual tables on the Dataverse.
Integrate virtual tables with Power Pages | Microsoft Learn
If this post helps you with your problem, please mark this answer as Accepted Solution.
If you like my response, please give it a Thumbs Up.
The data is still being stored in the contacts table for the user who is logging in through the power pages. Is there a way to store that data in any other table and not use the contacts table to store the data of the user.
Thank you for the reply
You will need to create a flow for this.
Please see this: 3 Steps To Insights With Zoho Analytics (youtube.com)
You really only have 2 options for Power Page registrations
1. Using the out of the box registration page.
- You can customize this: How to customize Registration Page in PowerApps Portal (crmjetty.com)
2. Use the Invitation/Contacts
- The downside to this is you must have the recipient email address for this solution to work.
Please accept this as a solution if it helped!