Object URL Syntax
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.
Note: Configuration should avoid these scenarios to begin with.
Usage Examples
See table below:
Description | objecttype
|
action
|
identifier
|
Example with result underneath | Notes |
---|---|---|---|---|---|
Signup Page | signup | view |
Signup Page Name |
/s_signup.jsp?token=XVtQC1oGZlBfRxddXxdSQUlSZ1R9Ew%3D%3D
/s_csignup.jsp?token=XVtQHUUGZV1YShBFQhdQXlZSZVxy
/s_csignup.jsptoken=XVtQHUUGbFxRQhFaXxdSQUlSZ1R9HQ%3D%3D& ptoken=XVtQC1oGZlBeQBNZXxdSQUlTYFZzEg%3D%3D
/s_csignup.jsp?token=XVtQHUUGbFxcRhRRXxdSQUlSZ1R9Eg%3D%3D |
The examples listed are: - user page, org page, org page + single user, org page + multi user Signup page names are unique across both org and user pages. If you have a user page named "mypage" then you cannot create an org page with nme "mypage" |
UTA - Main List View |
uta | listview | UTA Name |
/iface/uta/uta_list.jsp?appid=102161 |
Row 2, Cell 6 |
UTA - Create Level One |
uta | createlevelone | UTA Name |
/Apps/app_editopportunity.jsp?appid=102161 |
Row 3, Cell 6 |
UTA - Template Page |
uta | templatepage |
UTA Name, Type Name |
/ex/ex_Apppage.jsp?token=HwwPRhMGZVla |
Row 4, Cell 6 |
UTA - Impact Quadrant |
uta | impactquadrant |
UTA Name, Quadrant Name |
/Apps/db/db_impact.jsp?impactid=@Hw0ERBkfbV5bQRRQRh8~ |
Row 5, Cell 6 |
Report | report | view | Report Name |
/userreport/ur_openreport.jsp?reportid=44372 |
Row 6, Cell 6 |
Report Chart | reportchart | view |
Report Name, Chart Name |
/ex/ex_highchart.jsp?enc=1&chartid=H3ZfFAVpLgcxAVQ8GFAMERALMTY1QRYeH2JdUEJB &reportid=f1oJDE4bexInFm8TRRYqIxEmPA8rbTAKH2dZUkVG &rootcompany=GGZzFn0FZhk8JRocHGdIBBI7EzUSYAcDH2JcUg~~
/servlet/wChart?width=300&height=200&codedid=YnoRF35kEjwDHm0DMUQMNQ0kZwcdHTgRH2JdUEJC |
Row 7, Cell 6 |
Report Dashboard |
dashboard | view |
Dashboard Name |
Row 8, Cell 5 | Row 8, Cell 6 |
SmartFolder (View) |
smartfolder | view |
SmartFolder Name |
Row 9, Cell 5 | Row 9, Cell 6 |
SmartFolder - View (Internet Enabled) |
smartfolder | viewinet | SmartFolder Name | Row 10, Cell 5 | Row 10, Cell 6 |
Autoloader - Dropbox | autoloader | dropbox | Autoloader Name | Row 11, Cell 5 | Row 11, Cell 6 |
AI Insight | aiinsight | view | Name | Row 12, Cell 5 | Row 12, Cell 6 |