where is the event defined for customEvent's event?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2022 08:35 PM
Hello Experts,
I want to know where to check the event registry of CustomEvent.fireAll(event, ...)?
Thanks.
Amber
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2022 09:28 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2022 08:56 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 01:13 AM
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