eric.dizon
12th November 2012, 22:36
I've added a button in my form and found out in Baanboard forums to add a form command
Command Type : Field
Activate a : Function
Menu/Session/Function : send.email.notification

I've handled the even on
choice.send.email.notification:
before.choice:

When I clicked the button it activates the event above but it gives me this error
Function "send.email.notification" for this Form Specific Command could not be found ? What to do ? Any help would be greatly appreciated

Regards,

Eric Dizon

witcharat
13th November 2012, 10:38
You must add function extern send.email.notification on session script .

eric.dizon
14th November 2012, 15:23
Thanks a lot. That worked!