PointsWell
I have a complex pseudo document being created by multiple cascading When Expanded Run Queries
e.g.
Header Query
- Sub query
-Sub sub query
On that third level query I have a business rule that calculates pricing steps and always ensures that there is a step that is open (i.e. Step From = 100 , Step To = [UNDEFINED]). I am updating the record via inline editing and a popup form, not the BO form.
I have set the initial query results for that 3rd level query to refresh when a new instance of the BO is created but that doesn't seem to work when the query is embedded in other queries.
I have tried creating this extra record as both a business rule and a process and I have set the top level query to refresh on the creation of a new record and also on the running of the process but without success, but the query will only refresh if the edit is done via the BO form and not the popup inline edit (though it does work with the inline edit and no popup)