How to resolve this error " Invalid JavaScript value of type com.glide.ui.RenderProperties "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2022 04:04 AM
Hi All,
I have created display BR and I have used the following condition
if(!RP.isPopup())
But I am getting the below error guide me how to resolve this error " Invalid JavaScript value of type com.glide.ui.RenderProperties"
Error Message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2022 05:34 AM
Hi
the reason for the error is, that the RP object is not known in Business Rules. You can access the RP object whenever it comes to output rendering like in UI Pages or UI Macros.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2022 06:36 AM
Hi
Please guide me how to resolve this issue .?
Where i have to modify the code to avoid the error
Thanks