
Hi everyone,
I´m currently looking for the best way to show the designated contact person (stored in D365 sales) to the user on the power pages.
Backround information:
Every account in the CRM has a specific contact person assigned. When the user (contact thats connected to the account in CRM) logs in to the powerpage, should see the contact person thats assigned to his account. Should show not only the name, but the contact details that are stored with the contact person (also in AD)
Happy to get help on the best practice. Thank you!
Hi, I would just use FetchXML to query the data you're looking for, then display it on the page.
If you perform an Advanced Find - can you get access to all the data you require in your linked tables/columns? If you add a filter for a hardcoded contact for now, we can update that to use {{user.id}} once it's working. If you can, paste your fetch and we can have a look.