‎2008 Jul 24 5:41 PM
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
‎2008 Jul 25 4:48 AM
Hi,
Have you set the method visibilitiy to "Public"?
Regards,
Teddy
‎2008 Jul 25 5:06 AM
Yes! I have set the visibility as 'Public'.
Thanks and Regards,
Pavithra