I've created 3 new short videos to show you how to work with DMS from within your SAP Build Apps project. I've also released a demo app (both skeleton and complete versions) that lets a user navigate through DMS, create folders, upload documents, and...
In my videos introducing the Document Management Service, I received some comments asking for the Postman Collection I used to show how the API works.So I decided to release Postman collection, and write a short blog post to explain how the APIs work...
No one would deny that Santa has a complex process to give out presents for Christmas. But several key new SAP Build Process Automation features has enabled Santa to automate the process using a true Fusion Team of reindeer, elves, and his wife. Amon...
SAP Build Apps now has a new design-time UI that is intended to make it easier to navigate around the tool. Like with anything new, it might take a little while to get used to it. Here's a review and a few tips.Most of the change is a rearrangement o...
I have published 2 short videos on the integration of SAP BTP Document Management Services with SAP Build Process Automation.The first video explains how to connect DMS to SAP Build Process Automation, so that the File widget is available to add to f...
Also note that some APIs require the objectId and some require the path.PathWhen creating a document, you provide the path (in the URL path) to the folder where you want the document created, as in the Create Document API.ObjectIdWhen listing the chi...
IMPORTANT: I think what confused me is that you were connecting to SPA the "old way" and the documentation you referenced, though still valid, is somewhat superseded by the "new" way: https://help.sap.com/docs/build-apps/service-guide/processesThere ...
ClientCredentials will work, but the metadata showing who started the process will be the Build Process Automation service itself; with JWTBearToken or UserTokenExchange you then know who triggered he process.I do not see anything about adding the de...
This is my destination ... notice the URL is only the base endpoint.These 4 videos shows you the entire process of triggering process from SAP Build Apps, from beginning to end. But if you are failing from Postman, then it would seem something else i...
So it has nothing to do with SAP Build Apps. There is an authentication problem. Best to show (1) how you are connecting in Postman; (2) The destination setup; (3) The service key (blurred of course)