Updated: 2024-03-01
You can add custom fields to TaxCycle returns to collect data to use in templates and the data monitors. For complete instructions on creating these fields, read the Custom Fields help topic.
You can reference the Unique ID in template code to reference the data in the custom field.
{{#CurrentClient}}
{{/CurrentClient}}
tags.{{customfield("Newsletter")}}
Code |
---|
|
To check whether a text field contains a specific value, use the custom field in a conditional statement.
Example |
---|
This text will display if the contents of the ReferredBy field exactly match John Smith.
|
Use the following code to show or hide content based on the selection in a Yes/No field.
Example 1 | Example 2 |
---|---|
Show this text if the answer is Yes in the custom field.
|
Show this text if the answer is No in the custom field.
|
Use the following code to show or hide content based on the selection in a Money field.
Example 1 | Example 2 |
---|---|
There is an amount outstanding of $
|
There is no amount in the field.
|
You can use a custom field to determine whether a template is used or relevant. For example