Delete company sample flow

Summary

This example is an action that tries to delete a company. If an error occurs while deleting the company, it displays a message.

Update tax rates sample

Step: Start

Inputs

No configuration is needed.

Outputs

No configuration is needed.

Context
- record: Record
- oldRecord: Record
- action: Action

Step: Delete Company

Inputs
Label Type Value Description

Record

record

context.record

Outputs
Name Type Description

deletedRecord

record

put in context == false

Context
- record: Record
- oldRecord: Record
- action: Action

Step: Show error message

Inputs
Label Type Value Description

Target

choice

Caller

Title

text

Error deleting the company

Message

text

An error occurred while deleting the company, please try again.

Type

choice

Error

Keep visible

boolean

false

Outputs

No configuration is needed.

Context
- record: Record
- oldRecord: Record
- action: Action

Step: End

Inputs
Label Type Value Description

Return result

boolean

If true it will return the final result of the flow.

Outputs

No configuration is needed.

Context
- record: Record
- oldRecord: Record
- action: Action
Back to top