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

Version 1 Next »

For Signature 18.04b06 or higher, 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.

To enable service call creation for inactive locations: 

  1. In the Woodford Project, select Offline HTML.
  2. In the Edit window, scroll down to // ----- LOCATION -----.
  3. Add the comment out slashes // to the front of the following line:
    entity.addFilter().where(SCHEMA.location.Properties.isinactive, 'eq', 'false')


     View screenshot



  • No labels