How to Copy attachment from one table to another table

kish2007kish2007 Member Posts: 64
Hi Guys,
I stored some templates in one table. Now when i click button then this templates will go to another table. How can I do that?

Please share ur valuable ideas....



Thanks & Regards,
Kishore...

Comments

  • ara3nara3n Member Posts: 9,256
    By template, do you means record links? Or are you referring Templates you assign to new Master records?

    If you are referring to record links, then the code would look like this.

    FromRecord.COPYLINKS(ToRecord);


    If it's just a customization then you can copy and paste the data.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • kish2007kish2007 Member Posts: 64
    Thanks. got the Solution.
Sign In or Register to comment.