‎2009 Sep 21 10:34 PM
I have written an Overwrite method.
Inside this Overwrite method, I have to access the Global Attribute(Protected) of the Class.
Since it is protected, I could not access it.
Is their any workaround to acces it ?
Cheers
RJ
Moderator message - Moved to the correct forum
Edited by: Rob Burbank on Sep 21, 2009 5:44 PM
NOTE: This question is With Reference to Enhancement Framework !
Edited by: Remo J on Sep 21, 2009 11:51 PM
‎2009 Sep 22 2:52 PM
You can create a new method in the class to write your logic and call this method from your Overwrite method.
Check my reply in this thread:
Regards,
Naimesh Patel