Refresh Embedded Interface

Certified Senior Developer

Hi Everyone, I have two interfaces, interface 1 and Interface 2. The interface 2 is inside interface 1, interface 1 is having a button which is calling exp rule to call web service to update DB. Now when I click on button the interface 2 is not refreshing latest data. Could you please suggest how to achieve this?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to shubhamy0005
    this is to refresh the sub interface on variable change

    Yeah, what Richard said - this isn't how refreshing of an interface works.  In >99.9% of cases, you will want to call a sub-interface directly.  Within that interface you will handle any variable refreshing, for any variables local to that interface, inherently.  This can include passing in a "trigger" variable to force-refresh them, when needed, though this is really only truly necessary on special occasions (like forcing a query to refresh after a "refresh" button click from the parent).

Children