Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 6 Next »

New service calls cannot be created for inactive service locations from the New Service Call window and from the BOB dashboard in MobileTech. If you want your technicians to be able to create new service calls for inactive locations, you will need to comment out the fetch filter in offline HTML from the new call form.

Enabling Service Calls for the New Service Call Form

To enable service call creation for inactive locations from the New Service Call Form: 

  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 servicecall.
  6. Select servicecall-form_new.html
  7. From the menu bar, select Edit.
  8. In the Edit window, scroll down to // ----- LOCATION -----.
  9. Add the comment out slashes // to the front of the following line:
    entity.addFilter().where(SCHEMA.location.Properties.isinactive, 'eq', 'false')

     View screenshot

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

Enabling Service Calls and Service Requests from the BOB Dashboard

To enable service call creation for inactive locations from the BOB Dashboard: 

  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.
  • No labels