Difference between revisions of "Company Parent"
From SmartWiki
Julia Decker (talk | contribs) |
(deprecating page) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | [[User | + | {{DeprecatedPage}} |
+ | |||
+ | |||
+ | [[User]]s can display the parent company of the current company. | ||
Example: (works for [[Custom Fields|custom fields]] as well) | Example: (works for [[Custom Fields|custom fields]] as well) | ||
Line 6: | Line 9: | ||
* @company.parent.name@ - parent name | * @company.parent.name@ - parent name | ||
* @company.parent.parent.name@ - grandparent name | * @company.parent.parent.name@ - grandparent name | ||
− | * @company.parent.parent.parent.name@ - | + | * @company.parent.parent.parent.name@ - great-grandparent name |
− | |||
− |
Latest revision as of 12:16, 20 October 2017
This article is deprecated and the information contained within may no longer be correct. |
Users can display the parent company of the current company.
Example: (works for custom fields as well)
- @company.name@ - current name
- @company.parent.name@ - parent name
- @company.parent.parent.name@ - grandparent name
- @company.parent.parent.parent.name@ - great-grandparent name