Get Document Asset Property Doesn't Work
Summary
Get Document Asset Property Doesn't WorkContent
I have a document initiated process, once the process is initiated I need the file from the process instance root folder in Content Experience to move into one of the Managed Folders in the same process instance. I can get the file ID which is used to initiate the process without a problem but now I need to get the destination folder ID.
I read from Oracle documentation that this can be achieved by using the following Xpath expression DocumentService.getDocumentAssetProperty(<propertyName>,<documentAssetName>). I tried this but it always passed back a blank value.
1