Users can determine how the app behaves by going to Menu > Settings > User Preferences
Options
- Default Tax Rate
- When creating a new quote, the tax rate to be applied to the quote.
- Tax rates should be between
0and100and have up to 3 decimal places i.e.6.50 - This is helpful when frequently creating quotes with the same tax rate, so you don't have to type in the same tax rate each time.
- Display Time Zones
- Whether or not to display time zones when displaying DateTime fields and other specialty components likes map pin markers.
- For Time only fields (no date), cannot show a time zone because there is no associated date object or time zone information to store with it. See https://help.salesforce.com/articleView?id=custom_field_time_overview.htm&type=5
- Time Zone
- The time zone is based on the current user settings on the back end. The time zone does not change based on the current user's location. This is because appointment scheduling generally happens on the backend and the time zone is not always based on the current location of the user. Users can not change their time zone preference or setting from the app - must be changed on their backend profile.
- Salesforce: Time zone for all users is based on the users Salesforce profile. If the time zone wants to be changed, needs to be changed on the user's profile in Salesforce.
- MarketSharp: Time zone for all users is based on the company's time zone.
- However, before a user signs into a backend, the time zone of the user is based on the best guess of the time zone of their devices current location.
- More information about time zones:
- Default Navigation Providers
- Supported navigation apps: Apple Maps, Google Maps, and Waze. Only the installed apps will show up as options.
- If the default Navigation Provider is uninstalled, the user will be prompted which new navigation app to use.
- When None is selected, each time an address is tapped, users will be prompted each time what installed navigation app to use.
- When there are no navigation apps installed, the user will be prompted to install a navigation app.
- Reload Company Settings
- Button that allows a user to refresh the settings of their profile, organization or schemas such as picklist drop down options, fields on an object, permissions, etc.
Caching User Settings
The following values will be cached and persisted between screen views, app updates and if the user kills and reopens the app. The values will be cleared if the user logs out, Clears Cache on Open from Settings (iOS only) or uninstalls the app.
- Default Tax Rate
- Display Time Zones
- Default Navigation Provider
- Calendar View (Calendar Screen)
- Calendar Filters for Staff/Employee and Record Types (Calendar Screen)
Settings
Outside of the application, users can access options in the iOS Settings app under the i360 application name. These settings allow the user control how the application works. When the user updates any application relevant settings, they are applied immediately when the application is open again.
- Clear Cache on Open (iOS only)
- When the clear cache is set to true, when an application opens again, it resets the whole application and takes you to log in for a fresh start. This is a helpful to clear any persisted data that may need to be cleared without uninstall and reinstalling the application.
- After resetting the application, the setting will again set back to false which is the initial value.
- Access to Photo Gallery and Camera.
- In order for the app to see the photos taken on the device or take new photos with the camera, the user will need to grant permissions via the prompt or update the permissions in the iOS Settings app. When the app does not have permissions to use the gallery or camera, the user will not be able to upload attachments.
Salesforce Classic
- In order to disable phone numbers, need to set the Disable Phone Numbers (i360__Disable_Phone_Numbers__c) property on the Mobile App Custom Setting (i360__Mobile_App__c).
- This only works when targeting the individual User and not at the Profile or Company level.
- This disables all phone numbers being displayed, including on the Staff records.
- Buttons to call or text a phone number is also disabled.