I am using siebel v 8.0.
I would like to refresh the view when button in an applet is clicked.
When the button is clicked, I need some code in browser script that can refresh the view.
I have tried
1. this.BusComp().InvokeMethod("RefreshRecord");
2. this.BusComp().InvokeMethod("RefreshBusComp");
3. theApplication().InvokeMethod("RefreshBusComp");
4. theApplication().GetService("FINS Teller UI Navigation").InvokeMethod ("RefreshCurrentApplet", theApplication(). NewPropertySet(), theApplication().NewPropertySet());
But none of them worked. But i need entire view to be refreshed instead of current applet.Please help. .