Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics AX (Archived)

create line number with increment of 10

Posted on by Microsoft Employee

Hello

I want to add linenum to my custom table but not linenum 1, 2, 3

They should be 10, 20, 30 instead

How do I do this

*This post is locked for comments

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: create line number with increment of 10

    thx a lot

  • Verified answer
    Jonathan  Halland Profile Picture
    Jonathan Halland 11,304 on at
    RE: create line number with increment of 10

    Hi Chris.

    Take a look at the PurchReqTable's insert and "lastLightNum" methods

    instead of incrementing by 1, simply increment by 10 in your insert method.

    e.g.

    this.LineNum        = PurchReqLine::lastLineNum(this.PurchReqTable) + 1;

    this.LineNum        = YourTable::lastLineNum(this.YourTableHeader) + 10;

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

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 Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans