I have a third party application in which when creating a document (document key <ref> numeric: eg 87567) I can automatically populate the fields in a URL pointing to a sharepoint library (with fixed part, the url of the sharepoint server and variable part, the <ref> document caller) sharepoint type ….. / ….. <ref>
When operating in this document, so click on the complete url sharepoint, open the doc sharepoint partner if it exists and if it is not exists, is created automatically and eventually completed by the user for later use but still the third application in access point. (no direct navigation via sharepoint required)
The doc is preferably a sharepoint form.
Several problems:
– Can reference the url with <ref> in an arbitrary form Library?
– Where to put the test code of existence sharepoint doc, openness if existence, creation with the <ref> otherwise (I can ship it in the third application and not in a workflow sharepoint)
– how to do ?
I thought of techno Rest, web services but I loop in the impossible.
Some tracks even more ?…