From f490ba341b4516a22d4da3b8ade5fa2fccfd8c33 Mon Sep 17 00:00:00 2001 From: Leon Oltmanns <55587275+oltmanns-leuchtfeuer@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:44:59 +0200 Subject: [PATCH] Added ProTip to Variables for using Custom Company Fields The documentation lacks a hint, that the syntax for using core company fields as tokens and custom created onces is different. I added a small "ProTip" to briefly explain this difference. --- docs/configuration/variables.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/configuration/variables.rst b/docs/configuration/variables.rst index 9be629ee..08a1a30b 100644 --- a/docs/configuration/variables.rst +++ b/docs/configuration/variables.rst @@ -137,6 +137,11 @@ See :doc:`Companies` for more information. * - Zip Code (Company) - ``{contactfield=companyzipcode}`` +.. tip:: + Custom Company Fields + + The syntax for custom Company fields is different than the core Company field syntax. You must **not** add the word "Company" in the variable, but instead treat it like a "contactfield": + Mautic Component tokens ***********************