How to refresh a RecordType after the end of a process

Certified Senior Developer

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