I'm new to X++ development. I have done several ASP.Net projects using the AX .Net business connector but this is my first attempt at true X++ development.
So far, I have created a form with 2 tabs. The first tab has a grid control which displays all rows from my table WfsProd. I can then select a row by clicking it and then click my second tab which displays this row with each field in a stringedit or realedit field. So far, this all works.
But now I want to let the user change any of these fields and save it back to table WfsProd. This is where I need help. Can't seem to find any web sites that explain how to do this.
*This post is locked for comments