How can we save/store subform data in database using our own Unique Attribute (ID Generator Field) referenced as a Foreign Key in the Child form
Here is the scenario:
a) We have 2 Forms: Form1 - Parent Form - Main Form - Form to be used in different process in a single App
Form2 - Child Form - Notes Form - Used to store User Activity on Parent Form
b) Once the Parent Form (Form1) is used in 2 Different process the Primary Key (ID) changes as per normal functionality.
c) Therefore, this changes the Foreign Key reference in the Child Form (Form2) as we loose the User Activity trail or Notes of the previous process.
Could you please suggest how can I write my Store Binder to store the Subform Data (Form2) using my own Unique Attribute generated in the parent form (Form1)?
This will help me to retain the Notes even if the primary key of the parent form changes after using it in 2 or more process.
Thanks !!