How do I set up a "sequential number" in a field? example Order .

J

John G. Smith

I am trying to implement InfoPath and I am in the process of designing a
form. However, each submitted form must be sequentially numbered as the user
submits the form in order to track the request. Any simple idea either using
XML, cgi, or sharepoint? You can contact me directly at HP,
[email protected]. thanks
 
M

Matt Milner

When you submit to Sharepoint, use an event handler that creates your number
for you. It could look at the highest number in the library, or store the
information elsewhere. You could also put a simple web service or database
call in the form to call a back end system that would track the index and
hand out new numbers.

Matt
 
Top