Versions Compared

Key

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

...

onSubmit.type

Must be ELO

onSubmit.connection

ID of the ELO connection - see ELO connections

onSubmit.mode

must be CREATE

onSubmit.path

Optional

Path of the folder. The path can already exist in ELO, if not it is created during the first form submission.

is used as a path seperator. Therefore, can NOT be contained inside the variables. An Error will be throws if the supplied parameters contain an

Info

Handelbars are supported.

Example Handlebars for the path:
"¶Portrait¶SERVICE_PROTOCOL¶{{SERVICE_PROTOCOL_PRIORITY}}"

If no path is given, the submitted forms are stored in the Chaosablage.

onSubmit.folderName

Required

Name of the folder that gets created when a form is submitted.

Info

Handelbars are supported.

Example Handlebars for the folder name:
"{{now format=\"yyyy-MM-dd\"}} - {{SERVICE_PROTOCOL_ISSUE}}"

onSubmit.sourcePath

Optional

If provided the sord object, includings all its content and set attributes, is copied and used as the base Folder.

The target will be onSubmit.path and the name of the copied sord onSubmit.folderName

Info

Handelbars are supported.

Note

This property can’t be used together when writing to Chaosablage.

So when using onSubmit.sourcePath also provide the property onSubmit.path.

Example:

Code Block
"¶Administration¶Business Solutions¶common¶Configuration¶Common file types¶Service Call Template"

onSubmit.mask

Name of the folder mask in ELO.

The mask must already be created in ELO and allowed to be set to an folder Sord.

If empty the default folder mask from elo is determied and applied.

onSubmit.fileMask

Name of the file mask in ELO.

The mask must already be created in ELO and allowed to be set to an document Sord.

If empty the default file mask from elo is determied and applied.

onSubmit.fieldProcessor

See Mask Attributes below

onSubmit.maps

See Map Attributes below

onSubmit.workflow

Name of the ELO workflow Template, that will be started on the created folder.

Optional: If no value is given, then no workflow is started.

onSubmit.workflowname

The name of the workflow instance which is started.

Support for Field Processors

Available variables:

Default: {{FOLDER_NAME}}

So the default workflowname is the same as the created/updated folder.

Note

Please note that the maximum Workflow instance name in ELO is limited to 255 chars. Therefore, we cut of the name in case it is longer.

onSubmit.index

The id of the ELO sources that will be reindexed with the changed items. Works for CREATE, UPDATE and DELETE

...