Hi there,
I have two different models.
First model has the fields:
- name;
- destiny;
Second model has a field named "any_value".
When I am working on the second model and save it, I need to search for the field "destiny" on first model and change it's value to the same value entered on the field "any_value" of second form.
How can I do that?
Thank you in advance