Access rights
CRM.mobile provides users with different access rights defined in the update.CRM Win rights module.
Please note the following:
- Viewing records (details/list): Fields with Deny Access are displayed as empty.
- New/Edit mode: If a user has insufficient rights to edit a field, the field is displayed read-only. If a user has no update rights for an entire info area, the entire edit mask is read-only.
Fields defined as read-only in the data model or via the Readonly
field attribute, are read-only as
well. For further details, see Readonly.
- Conditional rights where the condition is defined for a record's parent are currently not supported in CRM.mobile. For example, a rights definition where a user can only create MA records for companies from a certain country completely locks the Edit mask of MA.
- Field validation is currently only performed by the core.
- Non-interactive triggers from the rights definition are executed.
Note: Plausibility check triggers are not supported by CRM.mobile.
To view CRM.mobile's client log, start CRM.mobile with the URL parameter ?debug
. For further details, see Client log.