Difference between revisions of "Company Parent"

From SmartWiki
Jump to: navigation, search
(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
 
[[Category:Variables]][[Category:System Management]]
 

Latest revision as of 13:16, 20 October 2017


Ambox warning pn.png 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