Hello team,
I have a detail call "Proof" in which I need to add custom attachment detail called "UsrProofAttachments".
Here are the steps I followed
1. Created an object with Parent Object as "File". Added lookup column that refers to "Proof" detail.
2. Created a detail through the wizard and configured the detail
3. Changed the parent of "UsrProofAttachments" to FileDetailV2.
Here is how my UI looks
The error I get in console is the following
{message: 'Column by path UsrProofAttachments not found in schema UsrProofAttachments.'}
I have seen a similar post but I am not able to find an answer.
https://community.creatio.com/questions/set-custom-detail-attachments-t…
Help would be much appreciated!
Edit : I added the CSS and the UI looks good. But the error is still there