Solved

Refresh table

  • 30 June 2022
  • 5 replies
  • 123 views

Userlevel 1
Badge +1

Hello,

 

I created a task that insert a row with values from table A in table B. It is possible to auto refresh the table B, so the changes to be visible after inserting, without doing a refresh on the screen?

icon

Best answer by Erwin Ekkel 1 July 2022, 13:26

View original

This topic has been closed for comments

5 replies

Userlevel 7
Badge +23

Hi,

You can create a Process flow that starts when the task has been executed and thereafter does a Refresh of table B. Does that help out?

Userlevel 1
Badge +1

 

I tried something like this, but is not working. Have I done something wrong?

Userlevel 7
Badge +23

Have you tried using the Process flow monitor in the Developer tab of the Windows GUI? I think it might already have problems activating the document shopping_order_he… but I might be wrong.

Userlevel 1
Badge +1

I tried but i didn't figure out why is not refreshing the screen.

 

Userlevel 6
Badge +16

You selected activate document in your process flow. If you want to activate a document then you should also open the document in the same process flow and give the document id to a process parameter. 
 


If you change activate document to open_document you can either open a new screen (now you don't need the refresh action). Or you use open_document with the input option try use an existing document. And then do the refresh. However, if you have multiple instances of the same table opened it will open the first one and refresh that one.