Trigger rule

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
robleer
Posts: 285
Joined: Wed Jul 14, 2010 7:01 pm

Trigger rule

Post by robleer »

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?
Using 8.7 Professional 3025 on MySQL/Windows
PointsWell
Posts: 1460
Joined: Tue Jan 24, 2017 5:51 am
Location: 'Stralya

Re: Trigger rule

Post by PointsWell »

See Rule Properties / Dynamic
Post Reply