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
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
thx a lot
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;
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156