/
How to configure workflows for multiple CPs at once?
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com
How to configure workflows for multiple CPs at once?
Pre-requisite: User needs to have access to the database to execute the SQL query.
Steps:
- Import the workflow for at least one CP using UI as shown below.
Below SQL query is the workflow set for CP using UI (whose ID is 1) to other CPs (CP1, CP2, CP3, CP4).
insert into os_cp_workflows select cp.identifier, (select workflows from os_cp_workflows where cp_id = 1) from catissue_collection_protocol cp where cp.short_title in ('CP1', 'CP2', 'CP3', 'CP4') and cp.identifier != 1
, multiple selections available,
Related content
Workflow/Screen Configurations (Video)
Workflow/Screen Configurations (Video)
Read with this
Collection Protocol Groups (CPGs) (v6.2)
Collection Protocol Groups (CPGs) (v6.2)
More like this
Customize Screens (JSON)
Customize Screens (JSON)
Read with this
How to find CPs with custom JSON?
How to find CPs with custom JSON?
More like this
How to move forms from all CPs to the CP group?
How to move forms from all CPs to the CP group?
More like this
How to register participants to another CP via bulk import?
How to register participants to another CP via bulk import?
More like this
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com