- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2021 07:12 AM
Hi Listers,
Is there any way to call an event registered in a scope application from another scope application?.
The use case is this: I want to build a scope application that will be used by other scope applications - this scope application will provide sources of communication with apps using it through events which processing will be done in the scope app. The using apps just need to call the events with data needed for processing as parameters.
Any suggestion will be appreciated,
Regards,
Victor
Solved! Go to Solution.
- Labels:
-
Interaction Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2021 08:21 AM
Hi,
Example I used
1) event created in Customer Service Scope
2) Table is in Customer Service Scope
3) Event being called using gs.eventQueue() from another custom scoped application
Event:
Cross Scope Record system automatically creates
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2021 08:15 AM
Hi Victor,
You should be able to do that with the help of cross scope application resource
While creating the event set the Caller Access - Caller tracking
Define cross-scope access to an application resource
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2021 08:21 AM
Hi,
Example I used
1) event created in Customer Service Scope
2) Table is in Customer Service Scope
3) Event being called using gs.eventQueue() from another custom scoped application
Event:
Cross Scope Record system automatically creates
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2021 09:32 AM
Thanks so much Ankur - that work beautifully like a charm !!
Thanks and regards,
Victor