Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescription
NameClient-side script name
TableA table on which form the script will be executed.
Type

The script type:

  • onLoad – it starts when the system displays the form for the first time before users will enter data. Generally, onLoad scripts perform manipulations on the client-side with the current form or set default record values.
  • onChange – it starts when the specified field in the form is changed;
  • onSubmit – this client-side script can cancel form submitting by returning false.
  • onCellEdit - this client-side script starts at the moment when some cell is to edit.
ViewSpecify a form view on which the client script should be run. You can specify more than one view. If no view is specified, then this client script will be executed on all the views if there are any.
ConditionSpecify a trigger condition for this client script that must be met so that the script to run. Use the Condition Builder to build complex AND/OR filters.
DescriptionA detailed description of script actions.
ActiveWhen set to TRUE, the script is active; otherwise, it is not.
InheritedWhen set to TRUE, the script will be applied not only for the table specified in the Table field but also for all its child tables.
ScriptThis field contains a client-side script.
Updated byThis field contains information about the person who has updated the script. This field is filled automatically and always read-only.

...