Hello experts,
I need some help in inserting data into my database from a AX 2012 form.
I have already created my table and form(notesform). this is what I have done....
1. created my table with two fields, Cusnotes and cusID.
2. Create a form then add add a datasource with the two fields.
3. on my (notesform) I also add a commitbutton to click so the data can be inserted into the DB
I also have a button on my custtable form that chem I click it should launch my form(notesform)
FI now would like somoe help in inserting the data inputted on the form(notesform) into the DB. I want that when the form is launch it has the two fields and the button (Cusnotes, cusID and button)
whatever we type in the fields and then click the button it should get register in the DB.
Anyone, Please help me to achieve this.
Thanks a mil.