-
Notifications
You must be signed in to change notification settings - Fork 33
App Launch to Content
Mike Hatfield edited this page Apr 25, 2016
·
2 revisions
Please familiarise yourself with App Launch: Fundamentals before proceeding.
Generate a link directly to a file in the Alfresco Repository by ObjectID.
<a href="alfresco://document/id/659a2a08-c5c4-404b-9a9f-2a45989dcf3f">Kitty.jpg</a>
Generate a link directly to a folder in the Alfresco Repository by ObjectID.
<a href="alfresco://folder/id/1ef8bc04-0844-41cd-bdc3-6eb43406d114">My Folder</a>
Generate a link directly to the root document Library in a Site, by SiteShortName.
<a href="alfresco://site/id/sales">Sales Site</a>
Generate a link directly to a user's profile by UserID.
<a href="alfresco://user/id/mobile">Mobile User</a>
Generate links to task lists displaying filtered views of tasks.
<a href="alfresco://tasks/filter?due=overdue">Overdue</a>
<a href="alfresco://tasks/filter?priority=high&due=overdue">High Priority Overdue</a>
If you have any questions regarding this document, please contact:
Mike Hatfield
Lead Engineer, Mobile Apps @ Alfresco
[email protected]
Copyright © Alfresco Software, Inc.