7 | | - Find the `cp_id` of the protocal to use the expedited method. This can be obtained from the URL when viewing the protocol or its participants. For example `https://www15.lamp.le.ac.uk/openspecimen/#/cp-view/12/participants` |
8 | | 2. Log into the database and select the record from the `os_cp_workflows` table: |
| 7 | 1. Find the `cp_id` of the protocol to use the expedited method. This can be obtained from the URL when viewing the protocol or its participants. For example `https://www15.lamp.le.ac.uk/openspecimen/#/cp-view/12/participants` |
| 8 | |
| 9 | 2. Alternatively, find the `cp_id` by ruuning the query: |
| 10 | |
| 11 | {{{ |
| 12 | #!sql |
| 13 | SELECT IDENTIFIER AS cp_id, TITLE FROM catissue_collection_protocol; |
| 14 | }}} |
| 15 | |
| 16 | 3. Log into the database and select the record from the `os_cp_workflows` table: |