...
- 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: var dynamicActionItems = [];
You will need to remove the following:
Expand title View screenshot Remove the highlighted linestext:
In the following line, you will need to remove ((afterVersion2018R6 && selected.equipment.islocationinactive) ||
if ((afterVersion2018R6 && selected.equipment.islocationinactive) || !canCreateCall) { // Remove 1. Create Service Call
In the same section, you will also need to remove the following lines:
else if (afterVersion2018R6 && selected.equipment.islocationinactive) { // Remove 1. Create Service Call & 3. Create Service Request
dynamicActionItems.push(actionItems[0], actionItems[2], actionItems[4]);
}
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) || as well as the second right parenthesis ")" from the line so that the line displays as:
if (!canCreateCall && selected.equipment.statusNo === undefined) ) {Expand title View screenshot Remove the highlighted text:
- Select Save in the Edit window.
- Select Save.
- Publish the project
- Sync the devices.