Enable Service Call Creation for Both Inactive Customers and Locations
For Signature 2021 (18.04b06) or higher, new service calls cannot be created for inactive customers' service locations and inactive service locations. If you want your technicians to be able to create new service calls for these inactive entities, you will need to make offline HTML modifications. The following directions are for enabling service call creation for both inactive customers and inactive locations.
To enable service call creation for only inactive customers' service locations, see Enable Service Call Creation for Inactive Customers or to enable for only inactive service locations, see Enable Service Call Creation for Inactive Locations.
Update the New Service Call Form
To enable service call creation from the New Service Call Form:
In MobileTech Administration, select Tools > Launch Resco Cloud Dashboard.
Enter the Email and Password and select Log in.
In the left navigation, select Woodford.
Open the MobileTech Woodford project.
In the left navigation under Components, select Offline HTML.
Double-click entity.
Double-click servicecall.
Select servicecall-form_new.html.
From the menu bar, select Edit.
In the Edit window, scroll down to
// ----- LOCATION -----.Locate the line if (afterVersion2018R6) {
Add the comment out slashes // to the front of the following lines:
entity.addFilter().where(SCHEMA.location.Properties.isinactive, 'eq', 'false');
customerLink.addFilter().where(SCHEMA.customer.Properties.isinactive, 'eq', 'false');Select Save in the Edit window.
Select Save.
Publish the project
Sync the devices.