Change Attribute of Associated Object

0
There are two objects, let's say object A and object B. I want to make sure that when an enumeration of object A is changed to a certain value, an enumeration ofobject B should be changed automatically to a certain value as well. Is this possible and if so, how?
asked
2 answers
2

once you commit object A, call a microflow which sets the enumeration on object B?

answered
0

In the Data Grid of Object A I have a Microflowtrigger which Triggers a Form in which I can set the enumeration value to the desired value. When this is saved a microflow starts that can make changes in entity B but it can't pinpoint the correct object B which is linked by association with object A.

answered