Skip to main content
January 12, 2023
Question

Refresh Embedded Interface

  • January 12, 2023
  • 15 replies
  • 0 views

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?

    15 replies

    konduruc733182
    January 12, 2023

    You might need to use a refresh variable to do that. try to use your rule in a local and then use the refresh variable.

    January 12, 2023

    Thanks Konduru, I am using interface 2 rule in interface 1 and refreshing it on button click using refreshonvarchange and changing the variable on button click which is used in refreshoncarchange.

    richardm900458
    January 12, 2023

    can you share code to follow up on your explanation?