Configuring SSA fields on a mobile device
When you specify a restrictor field for an SSA field in <My Profile> | Administration | Customization | Primary Entities / Secondary Entities | <Entity> | Restrictor Fields, the restrictor field is not applied on a mobile theme.
You must also specify the restrictor field in the relevant mobile theme file.
- Open the relevant mobile theme file using a text editor.
- WWWRoot\mobile\lib\ssa\ssarestrictors.js
- WWWRoot\tablet\ssa\ssarestrictors.js
- WWWRoot\mobile\SmartPhone\ssa\ssarestrictors.js
- Add the following line to the file:
<ssa field containing the restriction>:['<field containing the filter value>','<field that's filtered>']
For example:
Copyoppo_erpaccountid:['oppo_primarycompanyid','werp_companyid']
- Save the file.