ashhadvv - Friday, March 30, 2012 5:13 AM:
Hi,
Where do I write the method to run it on the startup of innovator, after logged in by an user
Thanks in advance..
tstickel - Friday, March 30, 2012 10:43 AM:
I have not actually tried to set up a log-in event method. But, if you look in the TOC under Administration/System Events it appears that you can add a new system event of type= SuccessfulLogin and associate a method with this event. You would have to experiment to see whether the method must be a client method or a server method and what the this/me object looks like that is passed to the method.
fli - Tuesday, May 7, 2013 9:12 AM:
ashhadvv,
Will you please share your discoveries on this subject?
What is working, what is not? perhaps with an example.
I would like to set the "working directory" on SuccessfullLogin
Regards Christoffer
Eric Domke - Wednesday, May 8, 2013 12:20 PM:
I do have server methods running on SuccessfulLogin as described by tstickel.
Brian - Friday, May 10, 2013 6:34 AM:
I did this with server methods sending emails on successful login to a test server instance.