Hi, we have a development which show list of Production orders in different colors, depending on Item availability. Now, we have following issue.
User will see Production Order in the list as red, jumps to Production Order from the list, do whatever is needed to correct issue, closes Production Order Page and comes back to the list, but the list still shows line as red. After user closes the list and comes back to the list, line will be shown with correct color.
I have tried with setting RefreshOnActivate to Yes, but nothing happened.
Is there any way to have lines refresh immediately after closing Production Order and coming back to the list?
0
Comments
But in you have a normal List/Card page setup you cannot control when the user is leaving the card page,
but if you have something else where you control the cardpage with runmodal you can.
Or
Implement the PingPong design pattern to the page. (This might not be a good idea if it's a big list and/or a slow server)
Look at this
https://rockwithnav.wordpress.com/2016/05/05/update-flowfields-at-runtime-no-need-to-refresh/
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/