Hello,
I have a modeldriven app and tables in a soltution. The solution is distributed to multiple customers.
On the table X there is a field description and a lookup field from table Y. Table X and Y can be filled by the different customers with records that they want.
When a customer makes a record in table X and just fills in the description nothing needs to happen.
When a customer makes a record in table X and also fills the LookUP field from table Y, then automatically the value of the name field of table Y needs to be filled in the description field of that record.
My question is how can I do this real time in a solution, so not through a Power Automate flow? (because then the user has to refresh to see if the changes have taken effect.
- Business Rules is not possible
- Is a proces an option? If so how do you configure this?
Thank you in advance for your solutions!!