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 bob-dashboard.html
  7. From the menu bar, select Edit.
  8. In the Edit window, scroll down to the following line:
    equipment.islocationinactive = JSON.parse(equipment['location.isinactive'].toLowerCase())  var dynamicActionItems = [];

  9. 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
    titleView screenshot
    Image Removed

    remove the following:

    Expand
    titleView screenshot

    Remove the highlighted lines:

    Image Added


    1. In the following line, you will need to remove ((afterVersion2018R6 && selected.equipment.islocationinactive) ||
      if ((afterVersion2018R6 && selected.equipment.islocationinactive) || !canCreateCall) { // Remove 1. Create Service Call

    2. 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]);
      }

  10. Select Save in the Edit window.

  11. Select Save.
  12. Continue with the steps below.

...