Article
Disable filtering in the Opportunities section for mobile application users
18:09 Jan 12, 2018
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+