Automatic update Object Property based on Changes to antoher Object

Hello everyone,
I have a problem, it is about automated changes of the properties of an object, if I add or change a property of another object, how does it work?

Parents Reply
  • Since both Akt Züp and Employee are objects, and point to each other, I would use Managed Properties instead:

    https://m-files.my.site.com/s/article/Using-Compliance-Kit-to-copy-properties-indirectly

    The documentation was hard for me to understand, but we managed to use it to solve a problem you are describing.

    Yellow should refer to your Employee object. Green should refer to your "Akt Züp" object.

    For you, I would try:

    Property = Züp  (the metadata field you want to automatically populate within the Employee object)

    Object type = Employee

    Class = Employee

    Reference Property = the property in "Akt Züp" where you are selecting employees

    Filter conditions: Class = Akt Züp

    You can test to see if it works, I'm not sure if it works when you have more than 1 employee in the metadata field of Akt Züp.

    You can try Juuso's link too, but I'm not a partner so I cant access the link

Children