openLink Procedure

The openLink procedure provides a common way to open external URLs from Oracle Field Service Core Application run either in a web browser or in the Oracle Field Service Mobile for Android and iOS app. If Oracle Field Service Core Application is run in the Oracle Field Service Mobile for Android and iOS app, the URL is opened in a new web browser window. If not, it's opened as a new browser tab.

Example of the callProcedure Message
{
    "apiVersion": 1,
    "method": "callProcedure",
    "procedure": "openLink",
    "callId": "123abc",
    "params": {
       "url": "https://play.google.com/store/apps/details?id=com.oracle.ofs"
    }
}
Result of the Procedure

The result is sent through the callProcedureResult message, just to indicate that the procedure is run successfully. The resultData param doesn't contain any data.