Configure Profile Settings
The following table summarizes the suggested Salesforce profile settings for the different components of the App. If you are using permission sets, please update them as per the following guidelines.
NOTE: Inadequate access can give you errors such as: System.QueryException: Insufficient permissions: secure query included inaccessible field.
| COMPONENT | FULL ACCESS | COMMENTS |
|---|---|---|
| Local Time App | System Administrator | Limit access to these profiles only. |
| TABS | ||
| Local Time Config | System Administrator | Limit access to this profile only. |
| Mappings | System Administrator | Limit access to this profile only. |
| Local Time Error Logs | System Administrator | Limit access to these profiles only. |
| STANDARD OBJECTS | ||
| Lead | System Administrator | All other relevant profiles – Read and Edit access to App specific fields (API names starting with tz__ prefix). |
| Account | System Administrator | All other relevant profiles – Read and Edit access to App specific fields (API names starting with tz__ prefix). |
| Contact | System Administrator | All other relevant profiles – Read and Edit access to App specific fields (API names starting with tz__ prefix). |
| Activity | System Administrator | All other relevant profiles – Read and Edit access to App specific fields (API names starting with tz__ prefix). |
| Event | System Administrator | All other relevant profiles – Read and Edit access to App specific fields (API names starting with tz__ prefix). |
| CUSTOM OBJECTS | ||
| DST Setting | System Administrator | All other relevant profiles – Read access to the object and its fields. |
| World Clock Location | System Administrator | All other relevant profiles – Read, Create, Edit, and Delete access to the object. Read and Edit access to its fields. |
| Mapping | System Administrator | All other relevant profiles – Read access to the object. Read access to its fields. |
| Local Time Error Log | System Administrator | All other relevant profiles – Read, Create, Edit, and Delete access to the object. Read and Edit access to its fields. |
| Timezone | System Administrator | All other relevant profiles – Read access to the object. Read access to its fields. |
| CODE | ||
| Apex classes | System Administrator – grant access to all apex classes starting with tz__ prefix. | All other relevant profiles – grant access to all apex classes starting with tz__ prefix. |
