Enumeration not changed

0
Hi All ,   I am running microflow in queue action where I am changing the value of enumeration along with other attributes in the entity with a refresh in the client action. When microflow is completed change value of the entity is shown correctly but the enumeration value is not changed. It only reflects when the user logged out and logged in again.   Any suggestion to make it refelct without user being logged out and logged in again ?   Thanks Sandip
asked
1 answers
0

Since you are using a queue action it means that the object is changed in the backend and if the user already has the list in memory it can not know that that object has changed. Sollution would be to refresh the grid by setting a refresh time in the properties.

Regards,

Ronald

 

answered