Difference between revisions of "UTA Peers Combo Box"

From SmartWiki
Jump to: navigation, search
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Displays a combo box of all '''Level 2''' activity [[Custom Fields|custom field]] values for Level 2s that have the same Level 1 parent.
+
Displays a combo box of all '''Level 2''' activity [[Custom Fields|custom field]] values for '''Level 2s''' that have the same '''Level 1''' parent.
  
 
Use the [[Custom Fields|custom field]] '''Options''' box to specify the [[Custom Fields|custom field]] you want to display and optionally '''Level 2''' types you want to filter.
 
Use the [[Custom Fields|custom field]] '''Options''' box to specify the [[Custom Fields|custom field]] you want to display and optionally '''Level 2''' types you want to filter.
Line 6: Line 6:
  
 
field=123456
 
field=123456
 +
 
'''OR'''
 
'''OR'''
 +
 
field=123456,234567
 
field=123456,234567
 +
 
'''OR'''
 
'''OR'''
 +
 
field=123456
 
field=123456
 +
 
type=222,333,444,555
 
type=222,333,444,555
 +
 
where type is the L2 type ids to be filtered on
 
where type is the L2 type ids to be filtered on
  
Line 16: Line 22:
  
 
ajax=assignVar
 
ajax=assignVar
return=list of cf ids
+
 
 +
return=list of custom field ids
  
 
The [[Custom Fields|custom field]] can only be used in the [[UTA]].  
 
The [[Custom Fields|custom field]] can only be used in the [[UTA]].  
  
  
[[Category:System Management]][[Category:Universal Tracking Application]]
+
[[Category:System Management]][[Category:Universal Tracking Application]][[Category:Enhancements]][[Category:Custom Fields]]

Latest revision as of 10:25, 7 December 2012

Displays a combo box of all Level 2 activity custom field values for Level 2s that have the same Level 1 parent.

Use the custom field Options box to specify the custom field you want to display and optionally Level 2 types you want to filter.

Sample

field=123456

OR

field=123456,234567

OR

field=123456

type=222,333,444,555

where type is the L2 type ids to be filtered on

To address items in this field in a browser these additional options are used:

ajax=assignVar

return=list of custom field ids

The custom field can only be used in the UTA.