Throw multiple exceptions
Content
Hi Everyone,
Would it be possible to throw multiple exceptions on an object using validation rules?
Example :
if(condition 1 satisfies)
{
throw an exception
}
else if(condition 2 satisfies)
{
throw an exception
}
basically user should receive 2 exception messages at the same time.
Regards,
Rohit
Version
R13
Tagged:
0