Skip to main content
September 17, 2022
Question

How to refresh a RecordType after the end of a process

  • September 17, 2022
  • 3 replies
  • 0 views

Hi,

I have a grid in an interface (a list of records from a RecordType), and each row linked to a "Modify" related action.

When I click on "modify", a process is launched, and a start form is displayed, then the user can update a field value and submit the form.

When the process ends, the list of records appears back, but the old value is still displayed in the grid.

How would you do to update this grid ?

- I've set the [refreshAfter: "RECORD_ACTION"] attribute, but the grid is not updated.

- We do not use a RecordSync, so we can not use the new Smart Service "Sync Records".

- When I refresh manually the grid, the data are ok.

3 replies

September 19, 2022

Hi [mention:1bef179229004ddc96b85765d77cfdc1:e9ed411860ed4f2ba0265705b8793d05]

Make sure that your using "Write to Data Store Entity" smart service (as "Write to Table 1" in below attached Screen) in process model
Use "Enable activity chaining" option from one node to another node, so that data will get auto-refreshed in UI(interface) after completing record or related action
Please find below attached screen (Need to use "Enable activity chaining" in process model then data will get auto-refreshed)

harshitb6843
September 19, 2022

You don't need chaining between Write to DSE and the terminate node.