Versions Compared

Key

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

...

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().
attributeExtension – Additional attributes fields, which can be used in similar was as attribute1..100 fields. See Attribute Extension fields.
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.