Case creator
Handles rendering of case creator form.
Usage
This Component can be used by using the following HTML Tag:
<tcla-live-apps-case-creator></tcla-live-apps-case-creator>
Inputs
Attribute | Type | Comments |
---|---|---|
applicationId | string | LA application ID |
customFormDefs | CustomFormDefs | Custom Form configuration file |
dataOverride | any | Data object that will be displayed on the form. Allows overriding over form data (eg. when selecting data in spotfire) |
formConfig | ||
formsFramework | string | |
legacyCreators | boolean | |
process | LaProcessSelection | The process definition of the action or creator to execute |
sandboxId | number | sandboxId - this comes from claims resolver |
typeId | string | The LA Application Type Id (generally 1) |
Outputs
Attribute | Type | Comments | |
---|---|---|---|
caseChanged | EventEmitter |
||
Event | caseChanged | Case action started (process started) | |
Payload | ProcessId | ProcessId object passed when a case has been updated or created by a process (action/creator) |
full development Documentation