Jeroen Bosch - Wednesday, March 11, 2015 10:52 AM:
Hello,
In Innovator 11, I have created a JS client method which is associated to a client event (OnAfterUpdate) of an item type.
When I save the item, I got the following error message "The method type (javascript) specified is not supported" and the method is not executed.
Any idea?
Thanks
Jeroen
Dave_Rollinson - Tuesday, March 24, 2015 5:51 AM:
Hi
"OnAfterUpdate" is a Server Event, not a Client Event; Server Events are C# and VB, hence the error message.