Getting "RP is not defined" error on Agent Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2019 08:49 PM
- 2,280 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2019 06:06 AM
I think disabling that business rule would probably do it. I would figure out what it's doing and then try to replicate it with a different condition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2021 08:05 AM
Hi Brad,
We also have this issue. This business rule is hiding empty variables on catalog tables. We have this same business rule at our company as well. Hoping
https://servicenowguru.com/scripting/business-rules-scripting/hide-empty-variables-standard-form/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2021 05:23 AM
Same issue we are also facing.. Please advice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2022 12:39 PM
I was able to fix this by adding (typeof RP !== 'undefined')
So in your condition you can add this:
typeof RP !== 'undefined' && !RP.isPopup()