Hello all,
I've in dataverse a solution with a contacts table (custom import) but now I want the power portal to use that column as the main contacts. So I can sent them an invite trough the portal. When some logs-in they will be added to that table. An at the end I want to filter entity's.
So how can change where default contacts are added? Contacts that are loggin in to the portal? They are stored now outside my solution.
Solved! Go to Solution.
Hi @Robin1988 ,
i'm afraid you can't do that. To my (may be limited) knowledge everything in portals is around contacts. You have the permission system, the local password stored there, the external identites are tied to the contact and in portal pages itself you get the user-objects, which is in fact the logged in contact.
I think, you have to customize the contact entity when you have extra infotmation. May be, you could use a lookup on your entity to the contact and allow the editing of that data in a contact scope. (as it will be a 1-1 relation you could also put the lookup on the contact).
So, i think not possible due to the lots of places where the contact is wired to.
Hope this helps, even if it doesn't help,
Christian
Hi @Robin1988 ,
i'm afraid you can't do that. To my (may be limited) knowledge everything in portals is around contacts. You have the permission system, the local password stored there, the external identites are tied to the contact and in portal pages itself you get the user-objects, which is in fact the logged in contact.
I think, you have to customize the contact entity when you have extra infotmation. May be, you could use a lookup on your entity to the contact and allow the editing of that data in a contact scope. (as it will be a 1-1 relation you could also put the lookup on the contact).
So, i think not possible due to the lots of places where the contact is wired to.
Hope this helps, even if it doesn't help,
Christian
Hi @chleverenz thx for your reply. I'm afraid you right, but I will let it open for a moment. Maybe there is a workaround indeed. I need to filter data on logd-in users email. But the tickets (data) are import from custom import so the owner is not the current user. Anyway!