Table and CodeUnit

jjmmss1jjmmss1 Member Posts: 32
I have 2 table names are Table1 and Table2.

Table1 has 2 fields names are "bar1" and "Qty1" and they are populated with data.

Tabl2 has 2 fields names are "bar2" and "Qty2" and they are empty.


I have created a Card Form for Table1 and create a Button name POST.

I want When I click the Button "POST" the data will go to Table2.

How Can I do?

Comments

  • SavatageSavatage Member Posts: 7,142
    Are you preparing for an exam or something?

    You should post here instead
    http://www.mibuso.com/forum/viewforum.p ... 6340fcdd05
  • jmjm Member Posts: 156
    jjmmss1 wrote:
    I have 2 table names are Table1 and Table2.

    Table1 has 2 fields names are "bar1" and "Qty1" and they are populated with data.

    Tabl2 has 2 fields names are "bar2" and "Qty2" and they are empty.


    I have created a Card Form for Table1 and create a Button name POST.

    I want When I click the Button "POST" the data will go to Table2.

    How Can I do?

    Have a look at Codeunit 80 Sales-Post. This is where Navision POSTS a Sales Order/Invoice/Credit Memo.
    To understand this codeunit, first you have to read "w1w1adg.pdf".

    br
    Josef Metz
    br
    Josef Metz
Sign In or Register to comment.