Update Transaction Checklist Status

The Simulate Update Transaction Checklist Status block updates the status of a checklist in a transaction. To update the checklist status, provide the following: App key, Transaction key, Map key, and Completed (set to true or false).

Simulate Update Transaction Checklist Status block
AppKey

This is the app key for a particular application.

Data Type : Integer

Example  :  35
TransactionKey

This is the Transaction Key for the transaction.

Data Type : Integer

Example  :  6
MapKey

This is the Checklist Map Key for the checklist in the transaction.

Data Type : Integer

Example  :  1
Completed

The Checklist status must be either true or false.

Data Type : Boolean

Example  :  1

Output Pins

AppKey

This is the app key for a particular application.

Data Type : Integer

Example  :  35
TransactionKey

This is the Transaction Key of the specified transaction.

Data Type : Integer

Example  :  6
Example: Using the Simulate Update Transaction Checklist Status block in a real application

Last updated