How to get the one Entity properties into another Entity Model Onclick of cloumn in datagrid?

0
Can you please help me how can make a call from Tolocation entity to Dataentity model? As once tolocation clicked details are in DATA ENTITY MODEL please help  
asked
1 answers
0

Hi Ravi,

You can create a association between Tolocation entity  and Dataentity.

Then on clicking tolocation you can call microflow and retrieve an object of Dataentity from Tolocation .

Later, you change Datatentity  and set your values/association and can use option refresh in client.

Thanks.

answered