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
  • I did this using Property Calculator. The objects need to be related.

    1. Trigger update to 'other object' when 'this object' has changes

    Create a rule with event handler = BCIC.

    • Add the class of the object that you want to "listen" to.
    • Then at the bottom of this rule is "Update related object".
      • In the Conditions, you can set if you want to "listen" to changes only on one property. You can leave this empty if you want to listen to any changes on any properties.
      • Set the Related Object with the filters that match the other object you want to automatically change.

    2. Automatically calculate properties of 'other object'

    Create another rule that calculates your properties. This rule can be with event handler BCICF or BCIC. If you are using BCIC, it should be positioned after the rule you configured in first step. Configure it how you would normally set automatic values for properties of that object

    Whenever rule 1. is triggered, rule 2. will trigger

  • Thanks but can you please specify the first step for me? The rest is clear for me now

  • Can you provide example object names and be more detailed in your question, so I can refer to those same names when explaining the process to you?

Reply Children