Difference between revisions of "Company Parent"

From SmartWiki
Jump to: navigation, search
 
(deprecating page)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[User|User's]] can now display the parent company of the current company.
+
{{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@ - grand 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