Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »

Since version 9.0

Custom Form stores the following data:

  • Definitions of the input fields.

  • Values of the input fields entered by the user.

  • Results calculated by the Custom Form logic.

Fields

uniqueName – (String)
label – (String) Description of the form.
customFormType – (CustomFormType) Type of this form.
parentTypedId – (String) ID of the parent, to which it is embedded. (Only meaningful for embedded Custom Form.)
inputs – (List<ContextParameter>) Input fields of the form.
outputs – (List<CalculationResult>) Outputs/results of the form.
attribute1..30 – (String) Fields for storing information, which is visible by the user in the Custom Form list page, and also query-able via api.find().
formStatus – (CustomFormStatus) Status of this form.
calculationStatus – (int)
workflowStatus – (WorkflowStatus)
submitDate – (LocalDateTime)
submittedByName – (String) User unique name.
approvedByName – (String) User unique name.
deniedByName – (String) User unique name.
createdByName – (String) User unique name.
module – (ApplicationModule) Name of the application module, in which the user interface will show the menu item, which opens a page with a list of Custom Forms of this type.This is meaningful only when embedded is false.
  • No labels