We just updated to 60.5 and have discovered that in the Consent section there is a new tab for document attachments (PDF scans of the physical consent forms for example). As a result, attachments that were added prior are missing from the consent field. While they still live in the Documents section under Client Information, they are now detached from the actual consent records that they were previously linked to; they are not under the new Documents tab in the Consent section.
Official response from HICC:
The issue with consent documents appearing to ādisappearā in version 60.5 is a known one. It stems from the introduction of a new tableā
HIFIS_Consent_Documentsāwhich allows multiple documents to be attached to a single consent.While the existing documents havenāt been lost, they need to be referenced in this new table, along with some minor key updates in the database to enable deletions.
To address this, weāve developed an SQL script that inserts the existing document records into the new table. Additionally, simply adding records to the new table was causing deletion issues for documents created prior to 60.5. Updating the consent table to remove the now-obsolete foreign key values (which are now managed by the new table) has resolved these issues for other communities experiencing the same problem.
Here is the SQL script you will need to run ā As best practice, you should perform a backup of your database before proceeding:
After the script has been run, please verify if the consent documents are once again accessible.