Thanks for the clarification
By the way, not sure if I’m the only one trying this but I’m trying to create documents directly from an external application. I do the following calls:
- /AstriaV2/Forms.svc/restssl/CreateDocument
- /AstriaV2/Document.svc/restssl/Get
- /AstriaV2/Document.svc/restssl/Update
The 1st one creates the document and I see it in the website
The 2nd one is simply for me to get the document before any update
The 3rd one is to update one of my custom fields. It works and it triggers my workflow but once that API call is finished, my document completely disappear from ECM. I see it in my database and nothing seems wrong with the values in there but I can’t find it anymore in the search. The only way for me to view it is to have the document opened and then refresh the page to see that it,s there. But it’s not appearing anywhere
If somebody find a solution to that, hit me up. Would love to find a fix