Hi,
I've built a solution where our users can upload a file. However, as they want to keep a history of changes, I have created a database trigger to insert data into a child table when they update a record. Although all the data is transferred, the relevant field is showing as blank despite the data being shown in the database.
Example of data in field
[{"name":"files/Test document_4lew2omv.docx","usrName":"Test document.docx","size":13302,"type":"application/vnd.openxmlformats-officedocument.wordprocessingml.document","searchStr":"Test document.docx,!:sStrEnd"}]
The file icon/links show fine on the Master record but dissappear when copied to the child
Any thoughts why the icons/links aren't showing on the child records?