Configuration: Difference between revisions

Jump to navigation Jump to search
Line 96: Line 96:
* '''Disable prompt for Record Type''': Disable automatic prompt for record type when user creates a new record.
* '''Disable prompt for Record Type''': Disable automatic prompt for record type when user creates a new record.
* '''Disable multi-layout support''': Disable automatic selection of forms based on Salesforce Layout Configuration. This also disables support for Picklist Values based on Record Type.
* '''Disable multi-layout support''': Disable automatic selection of forms based on Salesforce Layout Configuration. This also disables support for Picklist Values based on Record Type.
* '''Refresh layouts and Record Type mapping on first sync''': When enabled, layouts and Record Type mappings are downloaded to the mobile app on every first sync after the application start. When disabled, these are only downloaded when a new app project version is available.
* '''Refresh layouts and Record Type mapping on first sync''': When enabled, layouts and Record Type mappings are downloaded to the mobile app on every first sync after the application start. When disabled, these are only downloaded when a new app project version is available ([[Releases/Autumn_2022#Syncing_layouts_with_Salesforce|feature introduction]] / [[Salesforce_FAQ#permissions|FAQ entry]]).
* '''Prefer Salesforce Files over Attachments''': Use Files as default object for generated content such as mobile reports and scanned business cards (CamCard). The Attachment object is used by default.
* '''Prefer Salesforce Files over Attachments''': Use Files as default object for generated content such as mobile reports and scanned business cards (CamCard). The Attachment object is used by default.
* '''Force legacy batch upload API''': Use the less efficient [https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_batch.htm Batch API] for uploading records during synchronization (instead of the default [https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobjects_collections.htm Collections API]). Consider the legacy API only if you experience issues with APEX triggers or when recommended by Resco support.
* '''Force legacy batch upload API''': Use the less efficient [https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_batch.htm Batch API] for uploading records during synchronization (instead of the default [https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobjects_collections.htm Collections API]). Consider the legacy API only if you experience issues with APEX triggers or when recommended by Resco support.

Navigation menu