Showing a Customer Grid. Contains a “Account Status” field. Click on Cust to see form.
On this Cust form is Payment history reference table. Click on header button to Add new Payment.
Payment window pops up to receive transaction.
A process “Process Payment” is executed when the SAVE button is clicked to do lots of things.
Another process is run as the last step to “Update Account Status” (ie. status might have been “Late” and needs to be set to “Current” as a result of payments.)
It changes the Customer.Account_Status field, and adds a logging record.
PROBLEM IS that I cannot get the Customer Grid to automatically refresh.
After the payment and closing of the Customer Form, the status still says “LATE” until the refresh icon is manually clicked (or you close and reopen the grid, of course).
I have several processes tagged in the auto refresh property.
I even made a special process “Redraw_Cust_Needed” and I call that process at the end of my process and it doesn’t refresh.