
Announcements
Hi Everyone,
I am trying to do deep linking for Power apps field service (PCF) in react js, So the idea is if we click on any work order link then it should open inside the field service mobile app itself rather than the browser window.
To resolve this issue I went through this tutorial Use deep links with the Field Service (Dynamics 365) mobile app | Microsoft Docs
in this, they said we need to create a special URL to add a deep linking but not showing how to trigger this link from React js application.
If anybody knows how to fix this issue please let me know that would be really helpful.