Formula to increment instances of file names or numbers

R

rudy.tucci

I have a Service desk form (as a contingency application for our main
ticket system) my question is:
I need to be able to submit a file save that is unique every time.
I have a summary fields saving currently, but I need to be able to
guarantee that even if the service desk agents type the same text in
the summary, a number will be attached to the string to make it
unique.
I suppose am looking for a text string with a incrementing number
attached - formula

Please help, this is the final piece of this project, I am far from an
InfoPath admin, this is the first time I have ever laid my hands on
this app.

Rudeman
 
H

Harikrishna

Hi,

You can use Concat function with 'FileName' field.
The formula comes in this way:
concat(../my:field1, xdDate:Now())
Here Field1 is the file name.
 

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