简体   繁体   English

在 Siebel OpenUI 中查看刷新

[英]View Refresh in Siebel OpenUI

I have a view in Siebel OpenUI that is behaving weirdly.我在 Siebel OpenUI 中有一个行为怪异的视图。 I have three applets in the view and on click of a button in the third applet I need to toggle the first applet and refresh the whole view.我在视图中有三个小程序,单击第三个小程序中的按钮时,我需要切换第一个小程序并刷新整个视图。 I am using RefreshCurrentApplet method of FINS Teller UI Navigation BS with RefreshAll set to Y. If I do a About view on the first applet I can see that the first applet has toggled but the applet look and feel still remains the same.我正在使用 FINS Teller UI Navigation BS 的 RefreshCurrentApplet 方法,并将 RefreshAll 设置为 Y。如果我在第一个小程序上执行 About 视图,我可以看到第一个小程序已切换,但小程序的外观和感觉仍然保持不变。 What's even weirder is the applet has an mvg whose value is updated on the same action(button click).更奇怪的是小程序有一个 mvg,它的值在同一个动作(按钮单击)上更新。 The updated value reflects correctly.更新后的值反映正确。 Any idea how to get the toggle applet to show up correctly.知道如何让切换小程序正确显示。

Most likely BC for first applet is different than the third applet.第一个小程序的 BC 很可能与第三个小程序不同。 "Auto Toggle Field" value needs to change in order to use dynamic toggle applet. “自动切换字段”值需要更改才能使用动态切换小程序。 I think you need to call "RefreshRecord" method for the first BC.我认为您需要为第一个 BC 调用“RefreshRecord”方法。 It could be that "RefreshRecord" is enough to make dynamic toggle applet to work.可能是“刷新记录”足以使动态切换小程序工作。 Additionally maybe it is also necessary also to call "FINS Teller UI Navigation" after "RefreshRecord".此外,可能还需要在“RefreshRecord”之后调用“FINS Teller UI Navigation”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM