I have fields in my parent form that should be visible only if the certain field in child entity form has the certain value. I've made it by adding rollup field in parent form related on child form field value and then checking the existting value by buisness rules but it takes 12 hours to refresh the needed data. Is there any other way to solve this problem?