This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - How to add a mehod on successful logging in ARAS9.2

Deepthi - Wednesday, July 18, 2012 4:50 AM:

Hi,

Can anybody tell me where can I find the event  "OnSuccessfulLogin" in 9.2.

In 9.3 it is available with system events, I am unable to figure it out in Innovator 9.2.

Thanks in Advance,

Deepthi.



Deepthi - Friday, July 20, 2012 3:33 AM:

I need to add  javascript code which gets executed upon successful logging in to ARAS System.

Can you please help me where can I add this? I am not able to find any related event that fires upon successful logging  to ARAS9.2.

Please help me in figuring this out.

Thanks,

Deepthi



pinakpatel - Wednesday, July 25, 2012 2:13 AM:

Dear Deepthi,

 

in ARAS 9.2 System Events are not given.

So, you can write your code in following UI FILE:

 

C:Program FilesArasInnovatorInnovatorClientjavascriptaras_object.js

go to this FIle and search for below line.

 

"Aras.prototype.login = function"

 

This is the function which is called on Login of ARAS.

So, You can put your code here.

 

Limitations:

This is UI file change. so, It will be applicable to all DBs.

 

 

Thanks,

Pinak



Deepthi - Wednesday, August 8, 2012 1:37 AM:

Hi Pinak,

Thanks for your reply.

Thanks,

Deepthi