Successful log in events

hello I am trying System Events -Successful log in. I am working on below method. //Store Last Successful Login Name Item itm = this.newItem("Variable", "edit"); itm.setAttribute("where", "[variable].name='LastLogin'"); itm.setProperty("value", eventData.LoginName); itm.apply(); //Create System Events Log CCO.Utilities.CreateSystemLogRecord("SuccessfulLogin", "onSuccessfulLogon", eventData.LoginName, "Login Successful"); return this; its shows error- Details in 6 temporary files C:\Program Files (x86)\Aras11\Innovator\Innovator\Server\dll\4nvdddif Line number 4, Error Number: CS0103, The name 'eventData' does not exist in the current context Line number 7, Error Number: CS0103, The name 'eventData' does not exist in the current context. Anybody please tell me
Parents Reply Children
No Data