Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In MobileTech Administration, go to Tools > Launch Woodford.
  2. Open the MobileTech project.
  3. In the left navigation under Components, select Offline HTML.
  4. Double-click entity.
  5. Double-click bobdata.
  6. Select fault-list.html
  7. From the menu bar, select Edit.
  8. In the Edit window, scroll down to the following line:
    if ((afterVersion2018R6&&location.properties.isinactive) || (!canCreateCall && selected.equipment.statusNo === undefined)) {

  9. Remove ((afterVersion2018R6&&location.properties.isinactive) ||  as as well as the second right parenthesis " ) " from the line so that the line displays as:
    if (!canCreateCall && selected.equipment.statusNo === undefined) {

    Expand
    titleView screenshot

    Remove the highlighted text:

  10. Select Save in the Edit window.
  11. Select Save.
  12. Publish the project
  13. Sync the devices.