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.

  1. 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
  2. Add the following line to the file:

    <ssa field containing the restriction>:['<field containing the filter value>','<field that's filtered>']

    For example:

    Copy
    oppo_erpaccountid:['oppo_primarycompanyid','werp_companyid']
  3. Save the file.