Announcements
No record found.
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
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;
thx a lot
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.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Joris dG 5
Alexey Lekanov 2
Henrik Nordlöf 2 User Group Leader