Business rule not displaying Error Message on Record Insert on HR table when insert action is abort
Hi, I am trying to display an error message via below code in a BR on HR Case table, when some conditions are passed. gs.addErrorMessage('test');current.setAbortAction(true); However, instead of printing error message, system showing 'Failed to inser...