Updated: 2024-11-11
Changes text to uppercase when pulled from a field in TaxCycle.
For example, {{upper(CurrentClient.Info.ID.FirstName)}}
prints the client's first name, JAMES, in uppercase in the template regardless of how it shows in the field on the form.
Changes text to lowercase when pulled from a field in TaxCycle.
For example, {{lower(CurrentClient.Info.ID.FirstName)}}
prints the client's first name, james, in lowercase in the template regardless of how it shows in the field on the form.