Configuration: Difference between revisions

Jump to navigation Jump to search
Line 14: Line 14:


=== Forms ===
=== Forms ===
Configure default settings that apply to all [[form]]s in your app project. Form-specific properties can override values configured on project level.
Configure default settings that apply to all [[form]]s in your app project. Form-specific properties can override values configured on the project level.


* '''Full-Screen Forms''': Show forms in full-screen mode.
* '''Full-Screen Forms''': Show forms in full-screen mode.
* '''Allow Form Resize''': Toggle between full-screen and compact (default) mode.  
* '''Allow Form Resize''': Toggle between full-screen and compact (default) mode.  
* '''Flexible Forms''': Use [[Flexible form|Flexible Forms]] UI. If disabled, tabs are automatically added to the form.
* '''Flexible Forms''': Use [[Flexible form|Flexible Forms]] UI. If disabled, tabs are automatically added to the form.
* '''Flexible Forms List Scrolling''': Use vertical or horizontal (default) scrolling list in Flexible Forms.
* '''List Scrolling in Flexible Forms''': Use vertical or horizontal (default) scrolling list in Flexible Forms.
* '''Auto Form Grid''': The minimum width in pixels after which a form switches to the [[Form#Displaying_multiple_fields_per_row|automatic grid mode]].
* '''Auto Form Grid''': The minimum width in pixels after which a form switches to the [[Form#Displaying_multiple_fields_per_row|automatic grid mode]].
* '''Save Button Action''': The form’s save button action. The default is SaveOnly (save the record, but the form remains visible) for new entity, SaveAndClose otherwise. See [https://blog.resco.net/2016/10/12/how-to-set-up-save-button-actions-in-resco-mobile-crm/ How to set it up]. {{Badge|Blog}}
* '''Save Button Action''': The form’s save button action. The default is SaveOnly (save the record, but the form remains visible) for new entity, SaveAndClose otherwise. See [https://blog.resco.net/2016/10/12/how-to-set-up-save-button-actions-in-resco-mobile-crm/ How to set it up]. {{Badge|Blog}}

Navigation menu