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

Enhancement Framework Method :Overwrite --Access Protected Global Attribute

Former Member
0 Likes
366

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

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
310

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