How to tranfer data from one table to other

shwetashweta Member Posts: 94
i have table sales invoice line and i created other table with same structure now i want to tranfer data using transfer field how i can do this

Comments

  • tinoruijstinoruijs Member Posts: 1,226
    recSameStructureLine.TRANSFERFIELDS(SalesInvoiceLine);
    You can take a look at help for TRANSFERFIELDS in the C/SIDE Reference Guide.

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • shwetashweta Member Posts: 94
    tinoruijs wrote:
    recSameStructureLine.TRANSFERFIELDS(SalesInvoiceLine);
    You can take a look at help for TRANSFERFIELDS in the C/SIDE Reference Guide.

    thanks i got the solution
  • tinoruijstinoruijs Member Posts: 1,226
    shweta wrote:
    tinoruijs wrote:
    recSameStructureLine.TRANSFERFIELDS(SalesInvoiceLine);
    You can take a look at help for TRANSFERFIELDS in the C/SIDE Reference Guide.

    thanks i got the solution

    You're welcome. Could you put (Solved) in the title?

    Tino Ruijs
    Microsoft Dynamics NAV specialist
Sign In or Register to comment.