简体   繁体   English

在 Guidewire 的底部面板中显示警告

[英]showing warning in bottom panel in Guidewire

I am working on customization of Guidewire's ClaimCenter , and in certain situation I want to show warning in bottom panel which is usually displayed by common rejectField() method.我正在定制 Guidewire 的ClaimCenter ,在某些情况下,我想在底部面板中显示警告,该警告通常由常见的rejectField()方法显示。 Can I somehow display this same panel without using rejectField() method?我可以在不使用rejectField()方法的情况下以某种方式显示同一个面板吗? If not, may I somehow implement such method on Payment entity?如果没有,我可以在支付实体上以某种方式实现这种方法吗? (Keep in mind that I am working on customization, and I do not have access to most of Guidewire's source code.) (请记住,我正在进行定制,并且我无法访问 Guidewire 的大部分源代码。)

You will generally call rejectField on a validation rule.您通常会在验证规则上调用rejectField That will bring up a popup tab with a warning.这将弹出一个带有警告的弹出选项卡。 You cannot get the same type of experience but you can bring in warnings on a yellow bar using the Alert Bar element on the pcf.您无法获得相同类型的体验,但您可以使用 pcf 上的Alert Bar元素在黄色栏上引入警告。 You can put in conditions as needed for the alter bar to be displayed.您可以根据需要输入条件以显示更改栏。

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

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