Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Enhancing a Standard Class with a method using Implicit Enhancement.

Former Member
0 Likes
680

Hi All,

I have enhanced a standard Class with a Custom method using Implicit method. This method is active. But when i refer to this outside the class the System throws an error saying '<Custom Method>' doesnot exist. Is it that the scope of Implicit Enhancements are limited to the same class where it is used or is it possible to use Dynamic calls to such methods.

Any input on this will be of great help.

Thanks in advance.

Regards,

Pavithra

2 REPLIES 2
Read only

Former Member
0 Likes
413

Hi,

Have you set the method visibilitiy to "Public"?

Regards,

Teddy

Read only

0 Likes
413

Yes! I have set the visibility as 'Public'.

Thanks and Regards,

Pavithra