I have a couple of custom modules. One is called quotes(this is a custom module) and the other is called yarns. In the quotes module I have a field called “quo_face_weight_cost”. A user will enter a new Yarn record using the quick create function. When the user saves the new Yarn record, I need to get the value of “quo_face_weight_cost” from the parent and use it in the save_before_method of the Yarn logic_hooks.
Is there an out of the box way to retrieve this field from the parent? And if not, how can I retrieve the id of the parent so I can query the database?
Thanks!
Hi, I have similar problem, are you able to retrieve the date from the parent module eventually?
Actually, this project was put on hold right after I started looking into this and it’s not on my schedule until March. What is it you are trying to accomplish?
For example,
I have 2 custom module A & B, A has a 1-to-Many relationship to B.
When I want to create a B module record but using the “Quick Create”, which is in the subpanel of module A.
I want some “Relate Field” in B be auto-filled with the existing data in same “Relate Field” in A (yes, the name of the field are same in A & B