
I would like to know how from the Field Service mobile app for android I can open another app on this mobile device? also I would like to transfer parameters, for example from a Work Order to a side app I want the order number to be transferred. Is this possible?
You can use openUrl to open external apps.
learn.microsoft.com/.../openurl
You need to construct the app link and any parameters as needed.
This is an example of how other apps can deep link into Field Service Mobile app.