我正在使用 siebel v 8.0。
单击小程序中的按钮时,我想刷新视图。
单击按钮时,我需要浏览器脚本中的一些代码来刷新视图。
我努力了
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());
但他们都没有工作。但我需要刷新整个视图而不是当前的小程序。请帮忙。.