resplin

Elite Collaborator
Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
06-05-2015
07:40 PM
Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
Disclaimer
This feature is a PREVIEW & NON SUPPORTED feature available on Alfresco Mobile for Android 1.3, 1.4 and iOS 2.0 only.
Summary
Server Side Configuration enable administrators to define a personalized experience for Mobile users.
Since Alfresco Android 1.3 (and including 1.4 and iOS 2.0) this feature is available in 'preview/non supported' mode.
It's possible to
- Configure Main Menu
- Display / Hide Main Menu Item
- Enable My Files shortcut
- Enable Shared Files shortcut (4.2 only)
Prerequisites
- Alfresco Server 3.4+
- Alfresco Android 1.3, 1.4 or Alfresco iOS 2.0
Installation
- With your Alfresco Server
- Create a folder named 'Mobile' inside the 'Company Home / Data Dictionary' folder
- Create a file named 'configuration.json'
- Copy & paste the following content into 'configuration.json' & save the file
- Create a folder named 'Mobile' inside the 'Company Home / Data Dictionary' folder
{
'rootMenu':{
'com.alfresco.activities':{
'visible':false
},
'com.alfresco.repository':{
'visible':false
},
'com.alfresco.sites':{
'visible':true
},
'com.alfresco.tasks':{
'visible':false
},
'com.alfresco.favorites':{
'visible':false
},
'com.alfresco.search':{
'visible':false
},
'com.alfresco.localFiles':{
'visible':true
},
'com.alfresco.notifications':{
'visible':false
},
'com.alfresco.repository.shared':{
'visible':true
},
'com.alfresco.repository.userhome':{
'visible':true
}
}
}
NOTE: Features that are supported on 4.2E servers and newer:
- 'com.alfresco.repository.shared' = Shared Files
- 'com.alfresco.repository.userhome' = My Files
Alfresco Mobile
- Install the latest version of Alfresco Mobile for Android available here : https://play.google.com/store/apps/details?id=org.alfresco.mobile.android.application or Alfresco Mobile for iOS : https://itunes.apple.com/gb/app/alfresco/id459242610?mt=8
- Create a new OnPremise account based on your Alfresco Server installation.
- See the main menu personalized with your values.
- Create a new OnPremise account based on your Alfresco Server installation.
Labels:
1 Comment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.