Configuration: Difference between revisions

Jump to navigation Jump to search
→‎Forms: Guide Feedback Timeout, Form Caching
(→‎Other settings: more info about OAuth Offline token age)
(→‎Forms: Guide Feedback Timeout, Form Caching)
Line 24: Line 24:
* '''Reload After Save''': Reload the form (re-read data) after Save.  
* '''Reload After Save''': Reload the form (re-read data) after Save.  
* '''Show Collapse Button''': Show Collapse Button(s) in Flexible Forms. If disabled, Collapse Buttons are removed from Flexible Forms.
* '''Show Collapse Button''': Show Collapse Button(s) in Flexible Forms. If disabled, Collapse Buttons are removed from Flexible Forms.
* '''Form Caching''': Select when should entity forms be reused. You can override this global setting in form properties.
:* DefaultFormCaching: This is the default value, keeping legacy behavior. Only the default entity forms are reused. At most 6 recently used entity forms are kept in the cache. Forms coming from the Form Select rule are not reused.
:: Warning: iOS app uses different default behavior. Forms are not cached at all. We kept this behavior for backward compatibility reasons.
:* NoCaching: Form caching is completely disabled. A new instance of entity form is always created and the form is destroyed immediately once closed. Opening entity forms can take a much longer time than if it was reused from the cache. Form rules and JavaScript iframes can rely on the form being in the default state - all items are visible/enabled as expected.
:*  AllFormsCaching: Caching is enabled for every entity form including those coming from the FormSelect rule. Form rules and JavaScript iframes must expect that the form might be in a different state than the default state. Previously opened entity records could cause hiding/disabling some items or creating/removing them. It's strongly recommended for complex forms using FormSelect rules. Decreases the time to open forms dramatically and prevents memory issues (especially for forms with multiple iframes).
* '''Combined Booking Form''': (Dynamics Field Service only) Show the [[Resco_Field_Service_2.0_for_Dynamics_365_Field_Service#Combined_entity_form|Work Order form on the Bookable Resource Booking form]].
* '''Combined Booking Form''': (Dynamics Field Service only) Show the [[Resco_Field_Service_2.0_for_Dynamics_365_Field_Service#Combined_entity_form|Work Order form on the Bookable Resource Booking form]].
* '''Guide Feedback Timeout''': The time in seconds, after which the feedback form shows up after a guide preview is closed (0=never; max=1000).


=== List ===
=== List ===

Navigation menu