Function isRegistered is not allowed in scope x_xxxx_xxx_portal

Anil74
Tera Guru

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.

5 REPLIES 5

SamuelTse
Tera Guru

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

 

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?

Any solution found? I got the same problem

shallom
Tera Contributor

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');