Difference between revisions of "Company Parent"

From SmartWiki
Jump to: navigation, search
Line 1: Line 1:
[[User|User's]] can display the parent company of the current company.
+
[[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 6:
 
* @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]]
 
[[Category:Variables]][[Category:System Management]]

Revision as of 11:46, 2 December 2014

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