child rule-parent rule

I have deleted a child rule(its a query entity) that's being called by a parent rule and didn't modify the parent rule after that.

The parent rule uses child rule for fetching data.

Even after deleting the child rule, the parent rule was working as earlier without throwing an error.

 

My understanding is at least it should give an error saying the child rule not found.

 

Any insight on this is helpful...

 

Thanks 

Rohini

 

  Discussion posts and replies are publicly visible

Parents
  • Please note that,

    1) Parent rule will continue to refer old version of child rule even if child rule is deleted
    2) You would get an error if you try to export a parent rule for missing dependency
    3) It is good practice to check the dependency of an object before deleting it from the system
    4) If you have deleted the child rule, please make sure to update all dependent rules and objects
Reply
  • Please note that,

    1) Parent rule will continue to refer old version of child rule even if child rule is deleted
    2) You would get an error if you try to export a parent rule for missing dependency
    3) It is good practice to check the dependency of an object before deleting it from the system
    4) If you have deleted the child rule, please make sure to update all dependent rules and objects
Children
No Data