Add New/Rewrite condition for new/existing document

A

Alexey Smirnov

Form Library, Data Connection Library, and IP Form (to be opened in a
browser)
Save buttons are disabled in Compatibility Settings

In the data connection I assign a file name for the new document
automatically as per
concat("Order - "; now())

In the IP Form I have a button with Submit action and submission to
the data connection.

That's working well: once button is clicked, new document is created
in the library and file name is assigned automatically. So far, so
good. However, the tricky part comes in that you cannot modify an
existing document, because it always will be submitted and saved with
a new name.

How can I check if opened document does exist and it should be updated
with the same file name?

Thanks for any input
 

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