Difference between revisions of "Object URL Syntax"

From SmartWiki
Jump to: navigation, search
m (Usage Examples)
m (Usage Examples)
Line 25: Line 25:
 
!|Notes
 
!|Notes
 
|-
 
|-
||Row 1, Cell 1
+
||Signup Page
 
||Row 1, Cell 2
 
||Row 1, Cell 2
 
||Row 1, Cell 3
 
||Row 1, Cell 3
Line 32: Line 32:
 
||Row 1, Cell 6
 
||Row 1, Cell 6
 
|-
 
|-
||Row 2, Cell 1
+
||
 +
UTA - Main List View
 +
 
 
||Row 2, Cell 2
 
||Row 2, Cell 2
 
||Row 2, Cell 3
 
||Row 2, Cell 3
Line 39: Line 41:
 
||Row 2, Cell 6
 
||Row 2, Cell 6
 
|-
 
|-
||Row 3, Cell 1
+
||
 +
UTA - Create Level One
 +
 
 
||Row 3, Cell 2
 
||Row 3, Cell 2
 
||Row 3, Cell 3
 
||Row 3, Cell 3
Line 46: Line 50:
 
||Row 3, Cell 6
 
||Row 3, Cell 6
 
|-
 
|-
||Row 4, Cell 1
+
||
 +
UTA - Template Page
 +
 
 
||Row 4, Cell 2
 
||Row 4, Cell 2
 
||Row 4, Cell 3
 
||Row 4, Cell 3
Line 53: Line 59:
 
||Row 4, Cell 6
 
||Row 4, Cell 6
 
|-
 
|-
||Row 5, Cell 1
+
||
 +
UTA - Impact Quadrant
 +
 
 
||Row 5, Cell 2
 
||Row 5, Cell 2
 
||Row 5, Cell 3
 
||Row 5, Cell 3
Line 60: Line 68:
 
||Row 5, Cell 6
 
||Row 5, Cell 6
 
|-
 
|-
||Row 6, Cell 1
+
||Report
 
||Row 6, Cell 2
 
||Row 6, Cell 2
 
||Row 6, Cell 3
 
||Row 6, Cell 3
Line 67: Line 75:
 
||Row 6, Cell 6
 
||Row 6, Cell 6
 
|-
 
|-
||Row 7, Cell 1
+
||Report Chart
 
||Row 7, Cell 2
 
||Row 7, Cell 2
 
||Row 7, Cell 3
 
||Row 7, Cell 3
Line 74: Line 82:
 
||Row 7, Cell 6
 
||Row 7, Cell 6
 
|-
 
|-
||Row 8, Cell 1
+
||
 +
Report Dashboard
 +
 
 
||Row 8, Cell 2
 
||Row 8, Cell 2
 
||Row 8, Cell 3
 
||Row 8, Cell 3
Line 81: Line 91:
 
||Row 8, Cell 6
 
||Row 8, Cell 6
 
|-
 
|-
||Row 9, Cell 1
+
||
 +
SmartFolder (View)
 +
 
 
||Row 9, Cell 2
 
||Row 9, Cell 2
 
||Row 9, Cell 3
 
||Row 9, Cell 3
Line 88: Line 100:
 
||Row 9, Cell 6
 
||Row 9, Cell 6
 
|-
 
|-
||Row 10, Cell 1
+
||
 +
SmartFolder - View (Internet Enabled)
 +
 
 
||Row 10, Cell 2
 
||Row 10, Cell 2
 
||Row 10, Cell 3
 
||Row 10, Cell 3
Line 95: Line 109:
 
||Row 10, Cell 6
 
||Row 10, Cell 6
 
|-
 
|-
||Row 11, Cell 1
+
||Autoloader - Dropbox
 
||Row 11, Cell 2
 
||Row 11, Cell 2
 
||Row 11, Cell 3
 
||Row 11, Cell 3
Line 102: Line 116:
 
||Row 11, Cell 6
 
||Row 11, Cell 6
 
|-
 
|-
||Row 12, Cell 1
+
||AI Insight
 
||Row 12, Cell 2
 
||Row 12, Cell 2
 
||Row 12, Cell 3
 
||Row 12, Cell 3
Line 108: Line 122:
 
||Row 12, Cell 5
 
||Row 12, Cell 5
 
||Row 12, Cell 6
 
||Row 12, Cell 6
|-
 
||Row 13, Cell 1
 
||Row 13, Cell 2
 
||Row 13, Cell 3
 
||Row 13, Cell 4
 
||Row 13, Cell 5
 
||Row 13, Cell 6
 
 
|}
 
|}

Revision as of 12:23, 25 March 2025

Overview

We’ve introduced the following new syntax to dynamically resolve URLs for various system objects and actions: @ssurl(objecttype,action,identifier)@. This syntax allows configuration settings to reference system objects through variables.

Syntax

The general format of the syntax is the following:

@ssurl(objecttype,action,identifier)@

The "identifier" parameter may consist of more than 1 object. Multiple objects can be separated by using double semicolons ( ;; ) as a delimiter.

For some objects, the system enforces unique naming. For example, if you create an autoloader named "MyAutoloader", it is possible to create another autoloader also named "MyAutoloader". In these situations, we will simply return the object with lower ID.

Configuration should avoid these scenarios to begin with.

Usage Examples

See table below: 

Description objecttype action identifier Example w/ resolved result Notes
Signup Page Row 1, Cell 2 Row 1, Cell 3 Row 1, Cell 4 Row 1, Cell 5 Row 1, Cell 6

UTA - Main List View

Row 2, Cell 2 Row 2, Cell 3 Row 2, Cell 4 Row 2, Cell 5 Row 2, Cell 6

UTA - Create Level One

Row 3, Cell 2 Row 3, Cell 3 Row 3, Cell 4 Row 3, Cell 5 Row 3, Cell 6

UTA - Template Page

Row 4, Cell 2 Row 4, Cell 3 Row 4, Cell 4 Row 4, Cell 5 Row 4, Cell 6

UTA - Impact Quadrant

Row 5, Cell 2 Row 5, Cell 3 Row 5, Cell 4 Row 5, Cell 5 Row 5, Cell 6
Report Row 6, Cell 2 Row 6, Cell 3 Row 6, Cell 4 Row 6, Cell 5 Row 6, Cell 6
Report Chart Row 7, Cell 2 Row 7, Cell 3 Row 7, Cell 4 Row 7, Cell 5 Row 7, Cell 6

Report Dashboard

Row 8, Cell 2 Row 8, Cell 3 Row 8, Cell 4 Row 8, Cell 5 Row 8, Cell 6

SmartFolder (View)

Row 9, Cell 2 Row 9, Cell 3 Row 9, Cell 4 Row 9, Cell 5 Row 9, Cell 6

SmartFolder - View (Internet Enabled)

Row 10, Cell 2 Row 10, Cell 3 Row 10, Cell 4 Row 10, Cell 5 Row 10, Cell 6
Autoloader - Dropbox Row 11, Cell 2 Row 11, Cell 3 Row 11, Cell 4 Row 11, Cell 5 Row 11, Cell 6
AI Insight Row 12, Cell 2 Row 12, Cell 3 Row 12, Cell 4 Row 12, Cell 5 Row 12, Cell 6