Forms are used for intervention records (to transmit information to field technicians) and for closure reports (data to be filled in by the technician or call agent). They are made up of customizable blocks.
Field Type | Usage |
---|---|
Address | a button allows you to verify the address via Google Maps |
checkboxes | when the list of choices is short |
date | you can specify the format in which the date should be entered |
file | your field technicians can add attachments |
time | you can specify the format in which the time should be entered |
dropdown list | when the list of choices is long. |
yes/no switch | |
photo | your field technicians can add photos taken directly with their phone or uploaded from their device |
GPS position | to geolocate when there is no address |
signature | your clients/technicians can sign |
displayed text | to transmit information to your field technicians. |
short text | to transmit information to your field technicians. |
text area (input text) | to allow field technicians to enter text |
horizontal separator | to format your forms |
activity record fields | to display a field from the intervention form |
hidden field | to have information appear in closure form exports without displaying it to the field technician |
conditional field | to assign a value to a field, based on the values of other fields (intervention or closure form) |
In all these fields, you can insert fields of the type {intervention..}; this field will display the value of the field for the intervention.
For example:
{intervention.date}
is the date of the intervention{intervention.customer.***}
refers to information about the customer linked to the intervention{intervention.custom.***}
allows you to display custom fields from the intervention record{intervention.report.custom.***}
allows you to display custom fields from the closure report.If you want a text at the beginning of the closure form to remind the field technician of important information, you can create a “displayed text” field and fill it in with “this report concerns the intervention on {intervention.date} for {intervention.customer.name}”
The options available when configuring the field depend on its type. The layout defines the width of the block, depending on the screen size (mobile, tablet, and desktop). It is possible to create dependencies between blocks to show or hide the block based on the value of another block (display conditions).
This allows you to create different intervention report scenarios.
For example: first question, is the customer satisfied? If yes, end of the report; if no, next question.