This topic is locked

Master Field not Selectable

4/20/2011 9:51:56 AM
PHPRunner General questions
S
Stucco author

I have a master - child relationship. When I am viewing the list of children and I go to add a new one the master I entered through is automatically selected in my add / edit form and I cannot change it. Sometimes I need to move a child to a different master. Is there a way to override this behavior? I don't think it used to do this but it changed when I upgraded to 5.3.
Thanks!

Sergey Kornilov admin 4/21/2011

This is how it supposed to work. You pick master record first and then add details to this master record.
If you need to transfer details from one master record to another I recommend to create a custom view of a details table and edit data any way you need there.