I have gotten code from the Internet to create an Editable Data Screen that holds documents, i.e. Word docs, in a document library. I'm able to upload, download and open the files. However, I need the documents to be linked to a parent record called "Resolution". I've created the database relationship of 1 resolution to many documents but can't figure out how to have the custom screen save the child without getting an error.
I have a parent-child 1 to many relationship between parent table "Resolutions" and child table "FileInformations". I've created a custom button off the "Resolutions" detail screen to launch the " FileInformations" Editable Data Screen. I'm passing the "resolutions" ID key to the "FileInformations" Editable screen to attempt to create a bond between the parent and future child(ren) records. However, when I try to save an entry into my Editable Data Screen, it fails because it's looking for all the parent data from my "Resolutions" table. I need to know how to build a relationship between parent-child records and be able to save and ultimately retrieve the records associated with the parent.