Need some help with Pub/Sub grids in app studio.
Top grid is “Summary” the Publishing grid.
Bottom one is “ShipTo” the Subscribing grid.
In the ShipTo grid I have one BAQ Where List item.
Column:
Customer_CustID
Condition:=
Value:'?{Summary.Customer_CustID}'
When it first opens, the baq parameters open up, I fill them in and click ok.
This 1st attempt the pub/sub link works great! Cust IDs in both grids match.
Then I click the search icon which uses property-set to invalidate the summary grid, triggering the parameters (of the publishing grid) to open back up.
I fill in a different Cust ID and click ok, but this time the subscribing grid doesn’t change.
Only manually refreshing the lower grid will make the two grids match again.
Using events, I’ve tried to refresh the Subscribing grid after searching, but it always seems to refresh the grid before the new parameters have been submitted.
Any advice on how I can correct this issue?


