Setting up a default landing page on Storefront 3.0
book
Article ID: CTX222644
calendar_today
Updated On:
Description
The article describes how to set the default landing page in x1 / 3.x on StoreFront 3.x.
Instructions
To set a landing folder for Receiver with the new Unified Receiver UI, simply add the following code snippet to script.js under the custom folder:
var landingFolder = “Microsoft\\Office\\2013″ ; CTXS.Extensions.afterDisplayHomeScreen = function () { CTXS.ExtensionAPI.changeView(“store” ); CTXS.ExtensionAPI.navigateToFolder(landingFolder); };
Change the value of landingFolder appropriately.
Additional Information
For SF 2.6 - http://blogs.citrix.com/2015/05/11/setting-a-default-landing-folder-for-receiver-for-web/#comment-176306
Was this article helpful?
thumb_up
Yes
thumb_down
No