Skip to main content
December 15, 2023
Question

Read only Grid not refreshing on referenced var change

  • December 15, 2023
  • 3 replies
  • 0 views

Hi Team,

I have a use case to refresh the grid based on data inputs by the user. I have a text field in which user enters a id. In the grid field data parameter I'm using a!recorddata along with a!queryfilter for filters. In a!query filter I'm using that local!id, every time user changes the value of id field, the grid needs to show updated data. I tried with refreshonreferencedvarchange but its not refreshing.

any suggestions or solutions pls.


Thanks,
Navin


[mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05] 

    3 replies

    stefanhelzle0001
    Brainy
    December 15, 2023

    Did you try "refreshOnVarChange" on the grid level?

    December 15, 2023

    yes. I found the issue now, one of the expression rule used in that query filter uses load(), I changed to localvariables now its working.

    stefanhelzle0001
    Brainy
    December 15, 2023

    [emoticon:1435ff2429184e17bc948e4f19178e1e]