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

Parents
  • Hi

    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)

Reply
  • Hi

    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)

Children