web applications - How to create a shortcut for a simple app in Sitecore 7? -
i wrote simple application using web forms have data uploaded sitecore. application works fine can't shortcut created or configure application in sitecore desktop. took following steps create app. created application @ location - /sitecore/content/applications/ following template - /sitecore/templates/sitecore client/applications/application. entered path , name application.
i created shortcut @ following location points above app - /sitecore/content/documents , settings/all users/start menu/left.
i've checked security on , shows read access sitecore client user , author roles have. can't see shortcut in master database. also, can't see app admin.
i'm using sitecore 7.2. appreciated.
thanks
i remember having issue, try following:
go view ribbon, click on “raw values” , go shortcut item , check application field, should (notice .aspx in url , id parameter):
<link text="app name" linktype="internal" url="/applications/yourappname.aspx" id="{guid}" />
remove .aspx url , id parameter, this:
<link text="app name" linktype="internal" url="/applications/yourappname" />
hit save , reload sitecore desktop.
Comments
Post a Comment