Trigger: abortScript() boolean parameter senseless?
Hi @all,
for the abortScript()-function in the ScirptEnvironmentBean you can give two parameters: "msg", the message which will pop at the user client and "veto", a boolean. If veto is set to true the actual trigger-operation will be cancelled. If veto is set to false the operation doesnt stop. So far so good. But if veto is set to false the msg will also not popup at the user client. Why? And for which reason i need a boolean if it has only one function and the other setting is meaningless?
kind regards, Jens

