Article

Disable filtering in the Opportunities section for mobile application users

Case

By default, the mobile application displays only opportunities owned by the current user. It is necessary to remove this filter.

Solution

To disable the filter, you need to create a MobileApplicationManifestDefaultWorkplace replacement object (created automatically if you change columns in the mobile application wizard) and fill it with the following code:

{
    "SyncOptions": {
        "SysSettingsImportConfig": [],
        "ModelDataImportConfig": [
            {
                "Name": "Opportunity",
                "SyncFilter": null
            }
        ]    
    },
    "Modules": {},
    "Models": {}
}

Save the manifest, clear cache in the mobile application.

Necessary conditions

Administrator rights, bpm'online 7.6+

Like 0

Like

Share

0 comments
Show all comments