When you create a new mobile profile it's available to all of your users by default.
You can add evaluators to a profile and configure it so that the profile is only available for specified users.
Note: This feature is based on user name and not user groups.
"profiles": {
"sales":
{
"label-id": "Sales",
"description-id": "Sales Dashboard",
"root-view-id": "views-menu-sales"
"evaluator": "isSalesUser"
}
}
In the configuration file you specify the users the evaluator applies to.
"evaluators": {
"isSalesUser": {
"type": "org.alfresco.client.evaluator.isSalesUser",
"params": {
"users": [
"JohnNewton",
"HelenMullally"
"Mike Hatfield"
]
}
}
Only users that you specify will have the profile available in SkyVault Mobile.