...
- In MobileTech Administration, go to Tools > Launch Woodford.
- Open the MobileTech project.
- In the left navigation under Components, select Offline HTML.
- Double-click entity.
- Double-click bobdata.
- Select bob-dashboard.html.
- From the menu bar, select Edit.
In the Edit window, scroll down to the following line:
equipment.islocationinactive = JSON.parse(equipment['location.isinactive'].toLowerCase());
You will need to edit the line to add = false; // after equipment.islocationinactive so that the line displays as:
equipment.islocationinactive = false; //JSON.parse(equipment['location.isinactive'].toLowerCase());
Expand title View screenshot - Select Save in the Edit window.
- Select Save.
- Continue with the steps below.
...
- In MobileTech Administration, go to Tools > Launch Woodford.
- Open the MobileTech project.
- In the left navigation under Components, select Offline HTML.
- Double-click entity.
- Double-click bobdata.
- Select fault-list.html.
- From the menu bar, select Edit.
In the Edit window, scroll down to the following line:
if ((afterVersion2018R6&&location.properties.isinactive) || (!canCreateCall && selected.equipment.statusNo === undefined)) {
Remove ((afterVersion2018R6&&location.properties.isinactive) || from the line so that the line displays as:
if (!canCreateCall && selected.equipment.statusNo === undefined)) {Expand title View screenshot - Select Save in the Edit window.
- Select Save.
- Publish the project
- Sync the devices.