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
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