Difference between revisions of "Custom Field Type: Special – Auto Save"

From SmartWiki
Jump to: navigation, search
(No difference)

Revision as of 09:52, 9 May 2016

Click here to peruse our selection of custom fields.

General Description

The Auto Save custom field automatically saves the current page in the background at a specified interval (5 minutes, 10 minutes, etc.)
Using this custom field will ensure that users filling in long forms will have their work automatically saved at the specified interval in case of an Internet outage or connection time-out.

  • This field was specifically designed for Level 1 Template Pages, but will also work for the internal view of Level 1 records.
  • The page is not refreshed on-screen, simply saved in the background.
  • The Auto Save field can be placed anywhere on the page.
  • IMPORTANT: It is only available with the Universal Tracking Application at Level 1.
  • IMPORTANT: No Validation or Calculations will be performed until the record is saved in the normal fashion (using the Save or Submit button).
  • IMPORTANT: If the Auto Save interval is less than the Session Timeout interval, the session won't time out if user is on the edit page, because it will keep saving the form.
  • If the same record is being edited by more than one person, the information saved within SmartSimple will be the version of whoever saved (or Auto Saved) the record last. (Only applies if the Record Lock is not enabled)

Field Display

AutoSaveDisplay.png
  • The field is displayed as Read Only with the Field Name or Caption (if defined) as the label and the text Autosave Enabled displayed in the field.
  • The number in brackets following Autosave Enabled indicates the number of times that the page has been saved in the background.
  • This field is only displayed in Edit mode. It is not displayed (and has no need to function) in View mode.
  • You can suppress the display of the field by checking the Hide Field checkbox in the General Options section. It will function, but not appear on the page.

Field Options

Autosave new.png

Field Options

Option Description Format
Custom Field ID The unique ID number associated with the custom field. Not Applicable
Field Type The list of available Field Types. @fieldtype@
Field Name The name of the field, used internally to reference the user's input; @fieldname@
Caption  The leading question or prologue before the field. @caption@
Display Order  The order (relative to other fields) in which this field is displayed. @displayorder@
Description Definition and general description of the custom field. Will not be displayed. @description@
  • On New Record: Controls how the field should be displayed until record has been saved once.
    • Always Display: Field will be exposed both before and after the record is saved.
    • Hide on New Record: Field will be hidden until record is saved.
    • Only Show on New Record: Field will be exposed until record is saved, and then it will be hidden. This option is useful for fields that provide instructions for filling out forms before saving.

Values

The Values field is used to specify the number of minutes between background saves.

  • The minimum Auto Save interval is 5 minutes.

Visibility Condition

The Visibility Condition field can be used to enter a logical statement which determines whether or not the field is displayed.

  • If the Visibility Condition statement is not true the Auto Save field will not be displayed, and automatic background saving will not take place.

Role Field Permissions and Status Field Permissions

Whether or not the Auto Save field will be active on a page can be controlled using both the Role Field Permissions fields and the Status Field Permissions fields.

See Also