Hi,
In our form, we have a subgrid with a list of objects from associated entities. Users can add / remove things there.
Now I want to access this data via the webAPI from a webResource, shown in an AlertJS iFrame. However, when I do, I always get old data.
Example:
Have 2 connected objects in subgrid, open the webresource: both objects appear.
Add 2 more objects via subgrid then open the webresource: only the first two objects appear
Delete all 4 objects: still the original 2 objects are shown
Only when adding the very first object via subgrid, the entity is correctly updated immediately and this first object is shown in the webresource.
Refreshing or logging out and back in doesn't change this.
Is this expected behaviour?
Thanks for your help and comments.
Manuel