Getting Null pointer exception while creating message
In Guidewire ClaimCenter, I have a custom subtype entity for TransactionSet. Now, I need to send a payload when the user adds some value to that custom subtype entity. This payload needs to be sent through a message queue.
Is there a way to persist gw.api.util.LocationUtil.addRequestScopedWarningMessage() on a pcf until page navigation out in Guidewire ClaimCenter?
This class method is helpful for bubbling up warning messages to the user regardless of location.