Update entity attribute, auto-refresh ViewObject
24662Mar 25 2004 — edited Jun 1 2006Hi,
I have an entity Emp and a ViewObject based on this entity with a where clause like "salary > 2000".
I update the salary from 1900 to 2100 at entity level, but the viewObject is not "automatically-refreshed". So my Employee with his new salary 2100 is not shown in the viewObject.
I understand that the whereClause does not use attribute value of entity.
What the best way to trigger the executeQuery of the dependant views ?
Thanks for idears ?
Rafael.