简体   繁体   English

如何在政策中心创建自定义事件

[英]How to create a custom event in Policy Center

I was asked to create a custom event in Policy Center.我被要求在政策中心创建一个自定义事件。 A GuideWire employee said that I should see the GuideWire docs. GuideWire 员工说我应该看看 GuideWire 文档。 I searched the documents that I had and all I could find was how to add a new event for something in Billing Center.我搜索了我拥有的文档,我所能找到的只是如何在计费中心为某些内容添加新事件。 It seemed to suggest that I should add the new event to the type list.它似乎暗示我应该将新事件添加到类型列表中。 There doesn't seem to be a type list for the other types of events that I am monitoring, so that doesn't seem to be an option.我正在监视的其他类型的事件似乎没有类型列表,因此这似乎不是一个选项。

This should be as simple as calling这应该像调用一样简单

.addEvent("CustomeEvent")

on any entity object.在任何实体对象上。

What you probably should read is the Messaging section of the Integration Guide in the documentation.您可能应该阅读文档中Integration GuideMessaging部分。 This new event - whatever you call it - has to be mentioned in Messaging part of the configuration on the particular destination and then appropriately filtered/handled in Event Fired Rules .这个新事件 - 不管你怎么称呼它 - 必须在特定目的地的配置的消息传递部分中提到,然后在Event Fired Rules适当地过滤/处理。

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

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