Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get serial no automatically in table maintainance generator

former_member329859
Participant
0 Kudos

Hello Experts,

I am building table maintainance generator in that i want the serial number shold be displayed or generated for new entry automatically.

please mind this, i am going to put more that one entry at single time and my serial number field is primary key in table .

Thanks,

Gaurav

1 REPLY 1

Former Member
0 Kudos

In table maintenance we can add an event during new entries creation, in that add code to read the table for the last entry and increment one to it. Hence whenever a new entry is created serial number value is generated.