Vincent Morneau
Collections
Collections allow you to group list objects together. Collections are available in both APEX Report templates and APEX List templates.
Basic
  • Basic

  • JONES 1
  • CLARK 2
  • SCOTT  
  • KING  
  • BLAKE  
Selected Template Options
Component Name: Basic
Template: Standard
Template OptionValue(s)Comments
Use DefaultYes
Links
Headers
  • Headers

  • BLAKE  
  • CLARK  
  • SCOTT  
  • KING  
  • JONES  
Secondary Content
  • Secondary Content

  • BLAKE  
  • CLARK  
  • JONES  
  • KING  
  • SCOTT  
Using APEX Lists
Template Options
Template Options
Component Name: Template Options
Template: Standard
Template OptionValue(s)Comments
Use DefaultYes
With HeaderYes
Substitution Strings
  • Substitution Strings

  • #TEXT# Text of the collection item
  • #BADGE# Text or number that appears to the right of the collection item
  • #NEW_BADGE# Flag to highlight the badge. Can be anything (not null)
  • #SECONDARY_LINK# Link that applies to the secondary icon
  • #SECONDARY_ICON_CSS_CLASSES# Icon name that appears to the right of the collection item
Sample Query
select 'BLAKE' text
    , null badge
    , null new_badge
    , '#' secondary_link
    , 'fa-send' secondary_icon_css_classes
from dual