Difference between revisions of "Client Categories"

From SmartWiki
Jump to: navigation, search
 
Line 1: Line 1:
You can now access the '''company category''' list from the [[UTA]] Level 1. Use '''@client.categoryids@''' to return a list of category IDs - comma delimited - note the leading comma - e.g. ",1234,555,666," USE @client.categories@ to return a list of category names - comma delimited e.g. "Agency,Marketing,Good client"   
+
You can now access the '''company category''' list from the [[UTA]] Level 1.  
 +
 
 +
Use @client.categoryids@ to return a list of category IDs - comma delimited - note the leading comma - e.g. ",1234,555,666,"  
 +
 
 +
Use @client.categories@ to return a list of category names - comma delimited e.g. "Agency,Marketing,Good client"   
  
 
This is useful if you wish to use a category to dynamically drive a set of [[Custom Fields|custom fields]] displayed to the [[User|user]].
 
This is useful if you wish to use a category to dynamically drive a set of [[Custom Fields|custom fields]] displayed to the [[User|user]].
  
 
[[Category:Variables]][[Category:Universal Tracking Application]][[Category:Enhancements]][[Category:Custom Fields]]
 
[[Category:Variables]][[Category:Universal Tracking Application]][[Category:Enhancements]][[Category:Custom Fields]]

Revision as of 18:40, 7 November 2008

You can now access the company category list from the UTA Level 1.

Use @client.categoryids@ to return a list of category IDs - comma delimited - note the leading comma - e.g. ",1234,555,666,"

Use @client.categories@ to return a list of category names - comma delimited e.g. "Agency,Marketing,Good client"

This is useful if you wish to use a category to dynamically drive a set of custom fields displayed to the user.