Hi,
You need to declare the message at the sub node to use them in subnode actions/events like as follow:
businessobject ZLang {
element ID : ID;
node ThisProduct raises msg{
element ProductID: ProductInternalID;
message msg text "This is test Msg";
}
}
Thanks
Saurabh
Hi Krit,
If you declares messages in a node, you can raise them in the node's events (AfterModify, OnSave).
Note: Elements, Messages, Action, all are instance-based.
Best Regards,
Fred
Add a comment