Hello experts-
I know to display an error message, you can throw a ChainedException like this:
if(DupRowCheck.contains(NewRow)){
paramExp = new
ChainedException(session,"custom","exception.insurance.pending.duplicaterow");
paramExp.setAssociatedAttribute(EFF_INS_TYPE);
paramExp.setAssociatedAttribute(EFF_OCC_NUM);
paramExp.setSourceBo(ins.getObjectReference());
insException.chainAtEnd(paramExp);
}
But is there any way to simply show an informational or warning message to the user, without blocking the Save action? The mental picture, I have is similar to the way SRM displays these messages to make the user aware of things, but allows them to finish their operation.
Thanks in advance.
Mike
Sourcing Wave 9 SP 13