Skip to main content
October 23, 2021
Question

Data in grid is not refreshed.

  • October 23, 2021
  • 7 replies
  • 0 views

Hi All,

I am facing the problem with the grid data. I am adding the data to the grid using data store entity smart service. It is added to the table but the data in the grid is not auto refreshed. Can anyone please suggest how to resolve this.

Thank you

    7 replies

    davidc615
    October 23, 2021

    Can you post a code snippet?

    vimals
    October 23, 2021

    [mention:c0e54ea7821d4462a82e8404d41120d1:e9ed411860ed4f2ba0265705b8793d05] 

    Where is this grid data shown? Record View or somewhere else?

    How are you adding the grid data? Is it through the related action or something else?

    If you can, explain more on your use-case someone should be able to assist? 

    October 24, 2021

    vimals: the grid data is populated from a database view through an expression rule and the grid is shown in the interface.

    davidc615
    October 24, 2021

    Can you confirm that the data is making it to the UI by using the same expression rule to populate a local variable in the UI?

    stefanhelzle0001
    Brainy
    October 24, 2021

    Assuming that you modify the data using a related action, this is easily solved be enabling chaining in that process model. This is a very common topic and there are a lot of discussions about it.