Why I cannot raise a message from beforeSave event in Accounts.xbo?
I tried also to put the message on root node and it doesn't work.
thanks
common.png(2.4 kB)
capture2.png(9.4 kB)
Hi Lior,
You need to add "raises test" to the node definition like the following to raise the message in the node events :
node Common raises test {
message test text "Test";
}
Best Regards,
Fred
You already have an active moderator alert for this content.
Declare at the exact node from which you want to raise the text.
Add comment