How to get data of remaining fields based on one field data in Data view before save.

0
Hi, I want to automatically update fields data based on one field data which is already present in database like when I select  name as pranaya --pranaya related mobile number and job should automatically fill the data of fields before save. is it possible and my domain model is and my page  and I am calling microflow on event (on change) on name filed regards, D.Pranaya
asked
1 answers
0

I think it would be good to reconsider your domain model for this. 

A person should always only have a single name. It would make sense to create a new object for each of your “persons” so that they can each have their own phone number.

Afterwards, you could use an object on your page (e.g. ticket) and use a reference selector to select the correct person. You could also show their phone number much more easily then.

answered