Versions Compared

Key

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

...

  1. In MobileTech Administration, select Tools > Launch Resco Cloud Dashboard. 
  2. Enter the Email and Password and select Log in
  3. In the left navigation, select Woodford.
  4. Open the MobileTech with Inspections Woodford project and go toOffline HTML > utility > questionnaire.
  5. Select link-appointment.js and select Edit from the top navigation.
  6. In the Links section, enter the inspection name in the validation array based on the validation level (WARNING or REQUIRED). Enter the inspection name as it is in the Questionnaire Designer.
    In this example, the technician will be warned that an inspection hasn't been completed when they attempt to complete the service appointment:


    In this example, the technician is required to complete the inspection before they can complete the appointment:
  7. (Optional) If you want to limit to specific value such as a service call type or equipment type, you will need to add the field and field value that will determine if an inspection is needed. Enter the field name as it is the schema. If the field name is a lookup, then add "_name" to the end of the field name. For example, equipmenttypeid_name. See below for information on using a wild card character.

    For example, to limit to a service call type of "AS", you would need to add lines for the field name of "gpcalltype" and the value of "AS".

  8. Save the file.
  9. Select Save.
  10. Publish the project.

Using Wild Cards

If you are limiting to a specific value (step 7 above), you have the option to use wild card character functionality. This would provide you with the ability to group similar entities. 

...