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

Accessing Enhanced Method Parameters from Pre-, Post- or Overwrite Methods

Former Member
0 Likes
793

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

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
584

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

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
585

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

Read only

Former Member
0 Likes
584

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