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 14 Next »

Since version 9.0

Custom Form stores 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 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 application module, in which the user interface will show the menu item, which opens a page with list of custom forms of this type.This is meaningful only when embedded is false.
  • No labels