Difference between revisions of "Object URL Syntax"
Ann Vincent (talk | contribs) m (→Usage Examples) |
Ann Vincent (talk | contribs) m (→Usage Examples) |
||
Line 26: | Line 26: | ||
|- | |- | ||
||Signup Page | ||Signup Page | ||
− | || | + | ||signup |
||Row 1, Cell 3 | ||Row 1, Cell 3 | ||
||Row 1, Cell 4 | ||Row 1, Cell 4 | ||
Line 35: | Line 35: | ||
UTA - Main List View | UTA - Main List View | ||
− | || | + | ||uta |
||Row 2, Cell 3 | ||Row 2, Cell 3 | ||
||Row 2, Cell 4 | ||Row 2, Cell 4 | ||
Line 44: | Line 44: | ||
UTA - Create Level One | UTA - Create Level One | ||
− | || | + | ||uta |
||Row 3, Cell 3 | ||Row 3, Cell 3 | ||
||Row 3, Cell 4 | ||Row 3, Cell 4 | ||
Line 53: | Line 53: | ||
UTA - Template Page | UTA - Template Page | ||
− | || | + | ||uta |
||Row 4, Cell 3 | ||Row 4, Cell 3 | ||
||Row 4, Cell 4 | ||Row 4, Cell 4 | ||
Line 62: | Line 62: | ||
UTA - Impact Quadrant | UTA - Impact Quadrant | ||
− | || | + | ||uta |
||Row 5, Cell 3 | ||Row 5, Cell 3 | ||
||Row 5, Cell 4 | ||Row 5, Cell 4 | ||
Line 69: | Line 69: | ||
|- | |- | ||
||Report | ||Report | ||
− | || | + | ||report |
||Row 6, Cell 3 | ||Row 6, Cell 3 | ||
||Row 6, Cell 4 | ||Row 6, Cell 4 | ||
Line 76: | Line 76: | ||
|- | |- | ||
||Report Chart | ||Report Chart | ||
− | || | + | ||reportchart |
||Row 7, Cell 3 | ||Row 7, Cell 3 | ||
||Row 7, Cell 4 | ||Row 7, Cell 4 | ||
Line 85: | Line 85: | ||
Report Dashboard | Report Dashboard | ||
− | || | + | ||dashboard |
||Row 8, Cell 3 | ||Row 8, Cell 3 | ||
||Row 8, Cell 4 | ||Row 8, Cell 4 | ||
Line 94: | Line 94: | ||
SmartFolder (View) | SmartFolder (View) | ||
− | || | + | ||smartfolder |
||Row 9, Cell 3 | ||Row 9, Cell 3 | ||
||Row 9, Cell 4 | ||Row 9, Cell 4 | ||
Line 103: | Line 103: | ||
SmartFolder - View (Internet Enabled) | SmartFolder - View (Internet Enabled) | ||
− | || | + | ||smartfolder |
||Row 10, Cell 3 | ||Row 10, Cell 3 | ||
||Row 10, Cell 4 | ||Row 10, Cell 4 | ||
Line 110: | Line 110: | ||
|- | |- | ||
||Autoloader - Dropbox | ||Autoloader - Dropbox | ||
− | || | + | ||autoloader |
||Row 11, Cell 3 | ||Row 11, Cell 3 | ||
||Row 11, Cell 4 | ||Row 11, Cell 4 | ||
Line 117: | Line 117: | ||
|- | |- | ||
||AI Insight | ||AI Insight | ||
− | || | + | ||aiinsight |
||Row 12, Cell 3 | ||Row 12, Cell 3 | ||
||Row 12, Cell 4 | ||Row 12, Cell 4 |
Revision as of 17:45, 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 | signup | Row 1, Cell 3 | Row 1, Cell 4 | Row 1, Cell 5 | Row 1, Cell 6 |
UTA - Main List View |
uta | Row 2, Cell 3 | Row 2, Cell 4 | Row 2, Cell 5 | Row 2, Cell 6 |
UTA - Create Level One |
uta | Row 3, Cell 3 | Row 3, Cell 4 | Row 3, Cell 5 | Row 3, Cell 6 |
UTA - Template Page |
uta | Row 4, Cell 3 | Row 4, Cell 4 | Row 4, Cell 5 | Row 4, Cell 6 |
UTA - Impact Quadrant |
uta | Row 5, Cell 3 | Row 5, Cell 4 | Row 5, Cell 5 | Row 5, Cell 6 |
Report | report | Row 6, Cell 3 | Row 6, Cell 4 | Row 6, Cell 5 | Row 6, Cell 6 |
Report Chart | reportchart | Row 7, Cell 3 | Row 7, Cell 4 | Row 7, Cell 5 | Row 7, Cell 6 |
Report Dashboard |
dashboard | Row 8, Cell 3 | Row 8, Cell 4 | Row 8, Cell 5 | Row 8, Cell 6 |
SmartFolder (View) |
smartfolder | Row 9, Cell 3 | Row 9, Cell 4 | Row 9, Cell 5 | Row 9, Cell 6 |
SmartFolder - View (Internet Enabled) |
smartfolder | Row 10, Cell 3 | Row 10, Cell 4 | Row 10, Cell 5 | Row 10, Cell 6 |
Autoloader - Dropbox | autoloader | Row 11, Cell 3 | Row 11, Cell 4 | Row 11, Cell 5 | Row 11, Cell 6 |
AI Insight | aiinsight | Row 12, Cell 3 | Row 12, Cell 4 | Row 12, Cell 5 | Row 12, Cell 6 |