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.
Discussion posts and replies are publicly visible
Hi cedric01Make sure that your using "Write to Data Store Entity" smart service (as "Write to Table 1" in below attached Screen) in process modelUse "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 actionPlease find below attached screen (Need to use "Enable activity chaining" in process model then data will get auto-refreshed)
You don't need chaining between Write to DSE and the terminate node.
Thank you Lakshmiraja, I've probably forgot to active the chaining.