where is the event defined for customEvent's event?

amber
Tera Contributor

Hello Experts, 

I want to know where to check the event registry of CustomEvent.fireAll(event, ...)? 

Thanks. 

 

Amber 

3 REPLIES 3

Community Alums
Not applicable

Hi amber,

This event is mostly used in UI pages, I doubt these will be stored somewhere which we can look.

Understand this method here :

 https://developer.servicenow.com/dev.do#!/reference/api/rome/client/customEventClientAPI

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep

hi Sandeep, 

 

Thanks for quick answer for it. I've already resolved it from my side, there is another method called custome.observe(event, ...) to match with it. Thanks all the same.

 

Thanks & Regards

Amber

Disha19
Tera Contributor

Hi @amber ,

Can you please post the solution how did you use "custome.observe(event, ...)" method? Where to declare the event which is in the 1st param.

Thanks