‎2010 Dec 20 5:25 AM
I have enhanced the parameter interface of a class, but the new parameters are not visible in its pre-method.
How can I access the enhanced parameters from the pre-method?
Thank you.
Amar
‎2010 Dec 20 10:14 PM
If you have used the same Enhancement Implementation to create additional parameter in the method signature and the pre-Exit method, than the newly created parameter is by default available in the pre-Exit method.
Regards,
Naimesh Patel
‎2010 Dec 20 10:14 PM
If you have used the same Enhancement Implementation to create additional parameter in the method signature and the pre-Exit method, than the newly created parameter is by default available in the pre-Exit method.
Regards,
Naimesh Patel
‎2010 Dec 21 7:28 AM
Hi NImesh,
Thanks a lot. You are correct. Once I assigned to the same enhancement implementation, the enhanced parameters started appearing in the pre-method.
Best regards,
Amar