hr undefined, maybe missing global qualifier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2017 12:38 AM
Hi There,
i'm getting this error after upgrade to Istanbul , when view a incident ,this error showing up on top. I've tried steps in WorkflowScheduler undefined, maybe missing global qualifier but the error still there. Please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2017 03:41 AM
The error you get means you're trying to access global object without a global qualifier.
One way you may get this error is by having business rules or UI actions that are scoped and call a public non scoped Script Include. Can you check if you have something like that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2017 08:29 PM
Sergiu,
i don't think i understand this.
Is there a way to check this or do i need to check all the BR and UI action assiciated to incident? sorry,i'm still new to SNOW.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2017 08:31 PM
and this is only in test , not in dev or prod instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2017 03:12 AM
It's usually a customer BR or UI action. And yes, you will have to check all the ones that apply to that incident.