Skip to main content

Case Checkin

The following table provides information regarding the 'Case Checkin' SFCodeBlock.

Case Checkin SFCodeBlock

CategorySF Case
DescriptionCase 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.
InputCurrent Sigmafine Case
ParametersNone
Pattern SupportNone
ReturnsNone
ConfigurationNone.

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.
InputCurrent Sigmafine Case
ParametersNone
Pattern SupportNone
ReturnsNone
ConfigurationNone.

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