Do you have a CMMS application with your work orders and want to enable your technicians to automatically start a job on Ermeo?
Thanks to the "Universal Link" feature, you can add a button in any application that launches the Ermeo app and automatically starts work on
- the right form
- the right equipment
- and automatically pre-fill certain fields, such as the work order number
1. How does it work?
The Universal Link will allow you to launch the ermeo application and thus start an intervention from another mobile application. For this link to redirect you to ermeo, it must be only used from an external application.
Link base’s nomenclature: ermeoapp://start_intervention?document_code=
- the one that start with
ermeoapp://start_intervention?
that will open the application if installed on the user device - the one that start with
https://app.ermeo.com/start_intervention?
that will open the webapp
In addition to this base, it is possible to add parameters such as the job main resource or job attributes values.
document_code
is mandatoryasset_code
is optionalattribute_code
is optional
Example: ermeoapp://start_intervention?document_code= maintenance_15668936708936&asset_code=engine_15530980996366&wo_no_15530977997851=1256
maintenance_15668936708936
is the code of the form with which the intervention must be carried outengine_15530980996366
is the code of the asset on which the intervention must be carried outwo_no_15530977997851
is the code of an intervention attribute and1256
its value.
Simply add &
at the end of the url to add other parameters. Another attribute, for example
If you want a task on a form to be automatically pre-filled with a value passed as a parameter, remember to link the task to the corresponding task attribute and tick the "Pre-fill" option.