cancel
Showing results for 
Search instead for 
Did you mean: 

created table with 5 fields using AET i am trying to change those fields as dropdowns but the getp, getv is not available to redefine do i need to enhance the component created by aet?

Former Member
0 Kudos

created table with 5 fields using AET i am trying to change those fields as dropdowns but the getp, getv is not available to redefine do i need to enhance the component created by aet?

Accepted Solutions (1)

Accepted Solutions (1)

kumar5
Active Contributor
0 Kudos

Hi ,

You can create the GET_P and Get_V methods in the Context class itself. Just go to your context class and add two methods like GET_P_YOURFIELDNAME and GET_V_YOURFIELDNAME.

Inside the class define the methods and also donot forget to add parameters . You can refer to any standard get_p and get_v methods .

Now after defining these methods when you come back and check under the field you can see the get_p and get_v methods.

Hope it helps

Thanks

Kumar Gauarv

Former Member
0 Kudos

Hi Kumar,

                      Thanks for your inputs, I have solved the issue.

Thanks and Regards,

s1nth

kumar5
Active Contributor
0 Kudos

Hi,

If you have solved the issue ,please close the thread.

There is an option on he Top i.e. 'Assumed Answer' .

Mark your thread as Assumed Answer .

This would be helpful for other members to know that this thread has been answered or self solved.

Thanks

Kumar Gaurav

Answers (0)