Hi,
I have quite a basic question which I will try to explain with a simple example.
I have a BO 'Person' and a BO CarsOfPerson. The BO CarsOfPerson references to the BO Person so I can store the cars of a person.
Now, in the BO Person I have an attribute 'NumberOfCars' and I wrote an Update rule which counts the number of Cars.
This works fine and I can add cars to the person, but the number of cars is calculated after saving the BO Person first.
Is there a way that, every time after adding a car, this number is recalculated immediately?
Now I have to Save and Close the Form first (the rulle executes then), then reopen it and then I see the actual number of cars.
I want to see the Person BO updated without leaving it first. Is this possible?
Trigger rule
Trigger rule
Using 8.7 Professional 3025 on MySQL/Windows
-
- Posts: 1473
- Joined: Tue Jan 24, 2017 5:51 am
- Location: 'Stralya
Re: Trigger rule
See Rule Properties / Dynamic