Rename

welsh_stevewelsh_steve Member Posts: 3
I am trying to use the rename function to get a value into the following:-

Table - Job Budget Line

There are lines but I need to get values into the No. field. The code value will be the same for each line regardless of what it is.

Could someone please help me with how to go about this?

Thanks

Answers

  • DenSterDenSter Member Posts: 8,305
    RENAME is to modify any of the primary key fields of an existing record. If you are creating new records, you use INSERT. See if you can find the Application Designer's Guid, it's in the Doc folder of the product CD, and it's called 'w1w1adg.pdf'. This document will ive you a good understanding of data manipulation in C/AL code.
  • welsh_stevewelsh_steve Member Posts: 3
    Thanks for your help
Sign In or Register to comment.