Case Checkin
The following table provides information regarding the 'Case Checkin' SFCodeBlock.
Case Checkin SFCodeBlock
| Category | SF Case |
|---|---|
| Description | Case Checkin performs the check-in of the case (commits all the pending changes into the Sigmafine Case). The statement executes the SFCodeBlocks connected to the "Failure" port (inner port), if unsuccessful; otherwise, the execution continues. |
| Input | Current Sigmafine Case |
| Parameters | None |
| Pattern Support | None |
| Returns | None |
| Configuration | None. Case Checkin SFCodeBlock To handle an error, use the inner port to attach an additional code block. As an example, you could attach the 'End' code block for terminating the execution. |
| Input | Current Sigmafine Case |
| Parameters | None |
| Pattern Support | None |
| Returns | None |
| Configuration | None. Case Checkin SFCodeBlock To handle an error, use the inner port to attach an additional code block. As an example, you could attach the End code block for terminating the execution. |
Note
The Case Checkin SFCodeBlock can be used only in the Main block. Using it inside a function will generate an error when the analytic is saved.
Incorrectly used Case Checkin - error message