Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8985

Is it possible to display a warning/info message in a Validation Script?

$
0
0

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


Viewing all articles
Browse latest Browse all 8985

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>