Skip to main content
richas0003
September 5, 2022
Question

Record refresh after record action

  • September 5, 2022
  • 9 replies
  • 4 views

After related action in report it refresh only 5 data in grid.suppose i have 16 row in grid after record action it reflects change in 5 rows only for all row i need to refresh manually. suggest some resolution for that.data is comming from data store entity.

9 replies

harshitb6843
September 5, 2022

You can achieve it in two steps. 

  1. Add chaining in the process till the node that writes to the DB. 
  2. Add refresh configurations to the variables to refresh after RECORD_ACTION
richas0003
September 5, 2022

where is refresh configurations apart from this configuration?

September 5, 2022

You can use sync record smart service in the same process model which you are triggering in record action. It will help you to solve the problem.

peter.lewis
Employee
September 6, 2022

I think we need a lot more context on what your data looks like - how are you getting the data for your grid? Your screenshot above shows the record list but your text says you're using a report - can you clarify where you are using this data? Also is this a synced record type or non-synced?

In general I agree with Harshit that those two steps are required, but the setup of your interface will determine where you should configure those properties.

January 11, 2023

Below two steps needs to be followed to get the data automatically without refresh or user action.
 
1. Are you chaining through the write to Data Store node in your process model? So that the process will act as Synchronous flow.

 2. Check your local variables configured as a refresh variables to refresh after RECORD_ACTION?