Messaging events
PolicyCenter automatically generates certain events for most top-level objects. Guidewire calls these events standard events. In general, this occurs for any addition, modification, or removal (or retirement) of a top-level entity. PolicyCenter automatically generates the following events on the Activity object:
ActivityAddedActivityChangedActivityRemoved
It is also possible to create a custom event on an entity by using the
addEvent method. This method takes a single parameter,
eventName, which is a
String value that sets the
name of the event.entity.addEvent(eventName)
Important: Do not create custom code that generates update events for any entity
type that can possibly be part of the archive bundle.
See also
- About archiving and event messages
- Base configuration events, see Messaging events in PolicyCenter.
- Custom events, see Triggering custom events.
