Documentation

Customize your fields with variables


In all forms and when using custom statuses, you may need to use variables, for example the intervention date or the technician who closed the intervention.

Variables are enclosed in curly braces { }.

Types of Variables

System

Variables related to the system

Activity

Variables related to the activity are defined by {intervention.*}

Customer

Variables related to the customer: {intervention.customer.*}

Parent Intervention

Variables related to the parent intervention: {intervention.parent.*}

When an intervention is created by triggering from another intervention, the latter is called the parent intervention. For example, if the creation of an intervention triggers a call or if a failed closure triggers a new intervention.

Closure

Variables related to the closure of the intervention: {intervention.report.*}

For these last three categories, you can also use the custom fields you have defined (in forms, intervention or customer forms), by using {intervention.*.custom.thecode} and replacing “thecode” with the code you defined when configuring your field.