Added Tip to Variables for using Custom Company Fields#310
Closed
LeonOltmanns wants to merge 2 commits intomautic:5.xfrom
Closed
Added Tip to Variables for using Custom Company Fields#310LeonOltmanns wants to merge 2 commits intomautic:5.xfrom
LeonOltmanns wants to merge 2 commits intomautic:5.xfrom
Conversation
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.
RCheesley
requested changes
Jun 14, 2024
Member
RCheesley
left a comment
There was a problem hiding this comment.
Query on a couple of things! Thanks for re-doing the PR @oltmanns-leuchtfeuer
| .. 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": |
Member
There was a problem hiding this comment.
Here it looks like you're going on to provide an example, but I can't see one. Is that intentional?
Also Vale picked up on the use of contactfield - do you mean Contact field?
Member
|
Hey @oltmanns-leuchtfeuer one for you to pick up in the community sprint maybe 😉 |
Contributor
|
I've cherry-picked this PR in #327. Therefore, I'm closing this. Thanks for the contribution! |
This was referenced Jan 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 "Tip" to briefly explain this difference.