Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Interaction Center Button Event

Former Member
0 Likes
282

Hi,

I've been asked to modify a page in Interaction Center, that page is launched by a button with label "Contact Information" when I click this button it takes me to another page, now, How do I now wich event was triggered to show the new page, how do I know the event and where do I look for the subrutine that executes that event, do you know where may I start?

What I do is to see the web page source code but it doesn´t seem to have those events or how are they declared.

I would appreciate your help!!

Thank You so much!!

1 REPLY 1
Read only

Former Member
0 Likes
261

I answer myself,

Events are in controllers(.do files) in Controller Class, in method DO_HANDLE_EVENT there inside events are declared and what they have to do.

Regards,

Moises Grappin