Assign a random name

I have a table filled with the identification data of thousand of people (name, surname, phone number, address, ...). I have to assign a random name (name + surname) to each of them. How can I do it? thanks!

Best Answer

Answers

  • postsauravpostsaurav Member Posts: 708
    Create a new field.
    Then create a batch (report / Codeunit) which populate data in new fields based on concatenation of name and surname field.

    Thanks & Regards,
    Saurav Dhyani

    Do you Know this About NAV?


    Connect - Twitter | Facebook | Google + | YouTube

    Follow - Blog | Facebook Page | Google + Page
  • binilabrahambinilabraham Member Posts: 45
    edited 2016-11-09
    Create a processing only report to do that. Write code inside report to append Name and Surname (Name + Surname) and then modify the record.
    Software Developer,
    Archerpoint India Pvt. Ltd,Chennai.
Sign In or Register to comment.