Get Transaction Checklists

The Simulate Get Transaction Checklists block returns all checklists tied to a specific transaction in your DX app. To retrieve them, provide the app key, transaction key, checklist key, and the following parameters: max, last, q, object key, and object type.

Simulate Get Transaction Checklists block
AppKey

This is the app key for a particular application.

Data Type : Integer

Example  :  35
TransactionKey

Transaction Key of the required transaction

Data Type : Integer

Example  :  6
ChecklistKey

Checklist key for the checklist you want

Data Type : Integer

Example  :  49
max

Allows you to specify how many checklists you want to get

Data Type : Integer

Example  :  20
last

Allows you to choose where to start pulling data—0 starts at the first record, 1 skips it

Data Type : Integer

Example  :  0
q

Allows to filter checklists by checklist id or checklist name

Data Type : String

Example  :  API Checklist
ObjectKey

Allows you to filter checklists by their object key

Data Type : Integer

Example  :  1
ObjectType

Allows you to filter checklists by their object types

Data Type : String

Example  :  Asset

Output Pins

Transaction Checklists

Checklists linked to a particular transaction in a DX application

Data Type : List

Example  : [ { "CountDurationFromTasks": "1", "Tasks": "[ { "AllowImageProofing": false, "IsCompleted": false, "Attachments": [], "Comments": [], "Duration": 6, "AllowComments": false, "AllowToSkipMandatoryWithComment": false, "TaskName": "Text", "TaskValue": null, "FieldType": "Text", "IsMandatory": false } ]", "RequiredIndividualTaskCompletion": "0", "ChecklistID": "CLT_1726208864368OXXB3P1X4HG", "row_id": "1", "ChecklistKey": "48", "totalcount": "1", "Completed": "0", "TotalDuration": "6", "TransactionKey": "7", "TargetEndDate": "", "TargetStartDate": "", "IsSystemGenerated": "0", "SchedulerKey": "", "AppKey": "35", "ChecklistMapKey": "1", "ChecklistName": "Checklist Name", "Description": "", "Objects": "[]" } ]
__totalcount__

Total number of checklists

Data Type : Integer

Example  : 10
Example: Using the Simulation Get Transaction Checklists block in a real application

Last updated