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,
(e-mail address removed). 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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top