/
How to find CPs with custom JSON?
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com
How to find CPs with custom JSON?
The below query gives the list of CPs with custom JSON configured.
SELECT
cp.short_title
FROM
catissue_collection_protocol cp
JOIN
os_cp_workflows wf
ON
cp.identifier = wf.cp_id
WHERE
wf.workflows IS NOT NULL
AND cp.activity_status = 'Active';
, multiple selections available,
Related content
Query for dropdown values used across CPs
Query for dropdown values used across CPs
More like this
Customize Screens (JSON)
Customize Screens (JSON)
More like this
Configuring Field Values per CP
Configuring Field Values per CP
More like this
Query for participants registered to multiple CPs
Query for participants registered to multiple CPs
More like this
Collection Protocol CSV
Collection Protocol CSV
More like this
Configure Specimen Collection Page (nth Step)
Configure Specimen Collection Page (nth Step)
More like this
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com