Difference between revisions of "Platform URLs"
imported>Aeric |
imported>Aeric |
||
Line 11: | Line 11: | ||
* [[Application]] URL | * [[Application]] URL | ||
| | | | ||
<tt><nowiki>http://{domain}/networking/application/{application_id}</nowiki></tt> | <tt><nowiki>http://{domain}/networking/application/{application_id}</nowiki></tt><br>(Appears at the top of the ''Manage Application'' page for the app. | ||
|- | |- | ||
Line 47: | Line 47: | ||
The Record URL is particularly worthy of note because, once things are set up properly, you can use the record ''name'' to define the URL. (More on that subject below.) | The Record URL is particularly worthy of note because, once things are set up properly, you can use the record ''name'' to define the URL. (More on that subject below.) | ||
;Considerations: | |||
Some URLs go to a page that is displayed as a tab inside the platform GUI. Others display page content, only, without any of the surrounding GUI. The following table shows which is which: | |||
:{| border="1" cellpadding="5" cellspacing="1" | |||
! URL !! Full GUI !! Content Only | |||
|- | |||
| [[Application]] URL || align="center"|[[File:Checkmark.gif|link=]] || | |||
|- | |||
| [[Dashboard]] URL || || align="center"|[[File:Checkmark.gif|link=]] | |||
|- | |||
| [[Document]] || || align="center"|[[File:Checkmark.gif|link=]] | |||
|- | |||
| [[Record URL]] || align="center"|[[File:Checkmark.gif|link=]] || | |||
|- | |||
| [[Report]] URL || || align="center"|[[File:Checkmark.gif|link=]] | |||
|- | |||
| [[View]] URL || align="center"|[[File:Checkmark.gif|link=]] || | |||
|} | |||
===Record URL=== | ===Record URL=== |
Revision as of 22:11, 3 January 2012
A Short URL is a convenient, user-friendly URL that can be used (by someone with a platform login) to access virtually any element of the platform.
Obtaining a Short URL
Clicking the tilted "figure-8" icon on a page File:CopyShortURL.png brings up dialog that gives you a URL you can copy. You can put that URL into an email, a web page, or a bookmark. Any authorized user who follows the link goes directly to the targeted page in the platform.
Using that URL, you can get to any of the following:
- Application URL
http://{domain}/networking/application/{application_id}
(Appears at the top of the Manage Application page for the app.- Dashboard URL
http://{domain}/networking/dashboard/{page_id}
- Document URL
http://{domain}/networking/document/{document_id}
http://{domain}/networking/record/{record_id}
http://{domain}/networking/record/{record_name}- Report URL
http://{domain}/networking/report/{report_id}
- View URL
http://{domain}/networking/view/{object_name}/{view_id}
Once you know the pattern, you can also simply type a URL that matches one of those patterns into your browser.
The Record URL is particularly worthy of note because, once things are set up properly, you can use the record name to define the URL. (More on that subject below.)
- Considerations
Some URLs go to a page that is displayed as a tab inside the platform GUI. Others display page content, only, without any of the surrounding GUI. The following table shows which is which:
URL Full GUI Content Only Application URL Dashboard URL Document Record URL Report URL View URL
Record URL
Record Name
Sample App
-
- This sample page uses short URLs as links in a JSP page populated with a list of object records.