Function isRegistered is not allowed in scope x_xxxx_xxx_portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2018 03:16 AM
Hi All,
I have cloned My Approvals widgets and used in scoped application but am getting below error message
"Function isRegistered is not allowed in scope x_wermc_xxx_portal" how can i resolve this issue.
Thank you all.
- 1,666 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2019 08:47 AM
Hi,
Not sure if you are still looking for answer to this. I ran into the same problem and i noticed the error is coming from the script dealing with e-signature plugin. Looked a bit deeper, there is a plugin called "Approval with e-signature". I assume you will have to enable that plugin in order to use/clone the OOP Approvals widget. I didn't try it myself but I think that's the problem. I am using Madrid.
I hope it helps.
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2020 04:15 AM
Hi,
i have installed the plugin "Approval with e-signature". but i still have the same problem
i'm using "Orlando".
Should i change somthing is the server side script in the widget in order to make it work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2022 02:39 AM
Any solution found? I got the same problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2023 11:56 PM
Hi,
Not sure if you are still looking for answer to this. I ran into the same problem and i install plugin name "Approval with e-signature" after that i change isRegisterd to isActive
Using GlidePluginManager in Scoped App
new GlidePluginManager().isActive('com.glide.e_signature_approvals');