Application Development 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: 

How to write code for a new filed in standard form to append and display

Former Member
0 Kudos

Dear all

I have a standard form in which i want to add a new field and be able to save it with other fields on the same screen and be able to display it with other fields on standard form. how do i write code to save that filed in the standard table and be able to display that filed with other records of the same screen.

Thank you in advance

William Mutero

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Debug the standard code and see where the other fields are getting update. you can use the similar approach and area to code for the new field.

Regards,

Lalit Mohan Gupta.

3 REPLIES 3

Former Member
0 Kudos

Debug the standard code and see where the other fields are getting update. you can use the similar approach and area to code for the new field.

Regards,

Lalit Mohan Gupta.

Former Member
0 Kudos

Thanks it worked

Former Member
0 Kudos

Thanks