Data markers
Data Markers are unique identifiers which can be used to recall information from a Matter or Contact into documents, emails and SMS.
There are 3 types of data markers;
- Custom Fields for data relating directly to a Matter.
- Contact Fields for data relating directly to a contact
This data is saved to their contact card and is available across any matter they involved with as a Stakeholder. - Stakeholder Type for data relating to a particular 'type' of stakeholder, as defined on your matter templates
These are great when producing templates which can be used across multiple matter types.
For example a purchaser and vendor could both be of a client type depending on the transaction.Stakeholder Type data markers are those which use ._ within the marker
Accessing Existing Data Markers
To find a list of your organisations data markers:
- Navigate to Settings > Documents
- Select the data markers tab
Use the search bar to find data markers by their name. The search result will automatically default to the first group in the list which contains a relevant match. Change the group using the drop down menu on the right hand side of the search bar.
Using Data Markers
Data markers can be used within document, email and SMS templates.
We recommend copying the required data marker from the above database and pasting it into the template as Plain Text to prevent any formatting errors.
For Example:
Data Marker Type | Template Format | Output |
Custom | I am writing with regards to the | I am writing with regards to the Sale of the property at 1 Test Street, Nottingham, Nottinghamshire, NG1 2AB |
Contact Field | I note your date of birth is | I note your date of birth is 10/10/2001 |
Stakeholder Type | Dear | Dear Mary and Paul |
Recipient Data Markers
Recipient data markers automatically include stakeholder information in templates based on the intended recipient, e.g. the matter's primary client.
Recipient data markers can be used in the following scenarios:
- When generating a template on a matter and the stakeholder is selected as the recipient
- When automatically emailing the primary client from a Legacy Form
- When automatically emailing a stakeholder from a Form
- This is available when using an Email Question
- The stakeholder's information must either already exist on the matter or be collected within the form
Recipient data markers cannot be used if the form is being used to update a matter and is set to be completed by "Anyone".
Troubleshooting
If your Data Markers are not correctly pulling data into your templates, refer to the below for guidance;
- Check the spelling of the data marker
- Ensure the data marker is wrapped by two sets of curly brackets:
{{data.marker}}
- Ensure the correct spacing has been used within the brackets
- If using the #IF Data Helper, ensure it is closed with an
{{#ENDIF}}
- If using quotations within a Data Helper, ensure double quotations (" ") are used rather than single
- If you have created your own data marker, ensure the custom field is saved to the matter template
- Try deleting the data marker, then pasting it into the template as Plain Text