Specifying a default destination folder for Receiver for Web

5:12 PM
Specifying a default destination folder for Receiver for Web -

I recently implemented an adjustment for a client for Web 2.6 set a default destination folder for the recipient. Since this may be for the customer benefit, the CTX119550 used follow to customize web interface to obtain this functionality, I do it here.

First is here follow the instructions of the associated store to configure to be a mandatory storage.

then configure the applications as the default view for see the Receiver for Web site, as described herein.

Then, add the following code snippet in the contrib to custom.script.js folder under the Receiver for Web site. (Usually C: inetpub wwwroot Citrix Web contrib) and the value of landingFolderPath in the code to change the path to your desired landing folder to be

 $ (document) .ready (function () {var landingFolderPath = '/ Microsoft / Office / 2013'; $ .ctxs.ctxsMyApps.prototype._renderMyApps = function () {var self = this; self.element.html (self._generateTreeViewMarkup ()) ; var path = $ .localization.string ( 'MyAppFolderRootPathName') + landingFolderPath; self._setCurrentPath (path); self.element.wrap ( '
') parent () ctxsMakeScrollable () ..;}; }) ;.

is your desired landing folder after user login to the receiver for Web display

Previous
Next Post »
0 Komentar