Skip to main content

Notifications

Microsoft Dynamics AX (Archived)

Generate Random String of Size of 17 Characters

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi Community,

for a Field I would like to generate a 17 Size String.

I wrote a Method on my own, but this one only gives me integer numbers.
How could I turn into a String which gives me only letters and numbers.

private void setVehicleIdentificationnumber()
{
    RandomGenerate  randomgenerate;
    str             vehIdNumber;
    str             rndVehIdNumber;
    ;

    randomgenerate = RandomGenerate::construct();

    rndVehIdNumber += strFmt("%1", randomgenerate.randomInt(0,99999999999999999));

    if (this.VehicleIdentificationnumber != rndVehIdNumber)
    {
        this.VehicleIdentificationnumber = rndVehIdNumber;
    }
    else
    {
        error("@SYC257");
    }


}

 

Thanks in advance.

*This post is locked for comments

  • Generate Random String of Size of 17 Characters
    What was the solution?
  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Generate Random String of Size of 17 Characters

    Thanks, it woked out.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

News and Announcements

Announcing Category Subscriptions!

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Verified Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,359 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,370 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans