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
chevron-rightAppKeyhashtag

This is the app key for a particular application.

Data Type : Integer

Example  :  35
chevron-rightTransactionKeyhashtag

This is the Transaction Key for the transaction.

Data Type : Integer

chevron-rightMapKeyhashtag

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

Data Type : Integer

chevron-rightCompletedhashtag

The Checklist status must be either true or false.

Data Type : Boolean

Output Pins

chevron-rightAppKeyhashtag

This is the app key for a particular application.

Data Type : Integer

chevron-rightTransactionKeyhashtag

This is the Transaction Key of the specified transaction.

Data Type : Integer

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

Last updated