Difference between revisions of "Company Parent"
From SmartWiki
(deprecating page) |
|||
Line 1: | Line 1: | ||
+ | {{DeprecatedPage}} | ||
+ | |||
+ | |||
[[User]]s can display the parent company of the current company. | [[User]]s can display the parent company of the current company. | ||
Line 7: | Line 10: | ||
* @company.parent.parent.name@ - grandparent name | * @company.parent.parent.name@ - grandparent name | ||
* @company.parent.parent.parent.name@ - great-grandparent 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