Sequential Non-Repeating Contract Numbers?

J

J4RealLife

Is there a field that I can insert into my InfoPath form that will
automatically sequence my contract numbers. Ideally, formatting them to
start with date, such as year and month info first, then a number pattern?
 
K

K.Ramana Reddy(GGK Tech)

Hi,

You can use the System.Guid.NewGuid() to generate random number then concate
with this number to date.

I hope this will help for you.
 
Top