Current and permanent address functionality

0
I have created an object named "address" that stores the values from a form filled up by the user.   A page contains that form which is called using a microflow which creates an object and stores the permanent address details. In the same page I have given a question which asks the user wether this permanent address is same as current address. If yes button is pressed them i am calling a microflow to create an object of currentaddress entity and the commit the object.   But the permanent address object is not getting copied into the current address entity and is showing null values in the database.    
asked
2 answers
2

Hello Abdur Rahman,

I have answer this in your latest question here: https://forum.mendix.com/link/space/databases/questions/125400

 

Hope my answer helps. Reach me out for any queries.

answered
0

Hi Abdur,

 

you can try copy Attibutes from community commons to copy attributes for two entities.

answered