refreshAfterSubmit

When true (default), refreshes the Dashboard after submission. This is useful when you want Dashboard components to be immediately updated with the submitted data (for example, when new values are submitted from an Editable Table or Form component to the Data Worksheet).

Type

Boolean

true: refresh the Dashboard after submission
false: do not refresh the Dashboard

Example

refreshAfterSubmit = true;

Either syntax below can be used in component script:

refreshAfterSubmit              // unqualified
Component1.refreshAfterSubmit      // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.