Refresh Summary View

Hi,

I have some refresh problems with a Summary View.
The View is composed of a dashboard (Record Type A) and a read-only grid (Record Type B). In the dashboard, there is a Customer Record Field (field C) aggregating Record Type B.
When I try to add a new record in the grid, the grid updates itself (so chaining should be ok), but field C doesn't unless I force manually the updating.
Any suggestions?

  Discussion posts and replies are publicly visible

Parents Reply
  • removed the cast from the query, but field C doesn't refresh. It is as if the refresh input doesn't propagate from Record Type B to A.

    I feel like we haven't narrowed down the exact problem yet.  Is the issue that the RECORDTYPE has not SYNCED?  Or is the problem only that the ON-FORM local variable is stale afterwards?

    For instance, if you reproduce this issue on an interface, but then open a separate query rule and QUERY the data, does it show the correct value even while the interface doesn't?  This is a crucial thing to know here because until this is narrowed down, all these suggestions are mere guesses.  FWIW this is troubleshooting 101 and is something you should probably be doing ahead of time, though we're happy to step you through it if you're not used to it yet.

Children