We currently use a custom integration to move files from Workfront into AEM Assets (Cloud). In Assets, we have a multi-folder structure. Is there a field within Workfront that captures the location of where the document has been moved to? I use the documentProviderID to capture "AEM" but I'd also like to capture the folder or path where the document has been placed.
Views
Replies
Total Likes
Hi @FlorenceCr
The best we can do is use the externalStorageID but that usually shows the UUID of whatever node/folder the asset stored in.
In a recent project we ended up setting the path in Fusion as we link the asset (send to AEM). That way we can store the path in a custom field. Otherwise I am not aware how to get the path. The Assets API currently doesn't even support a "search by name" or similar.
Views
Replies
Total Likes
folders are a collection for documents and document versions. I don't know how accessible the information would be, but you can research for yourself and make your own determination how you can use the information. I suggest you run searches such as this:
This is a sample hit, but there are other posts you can also look at:
Views
Replies
Total Likes
I think OP is talking about the folder in Assets, not the WF folder.
Views
Replies
Total Likes
Yes, I'm looking to identify the destination in Assets. When the document is moved into Assets, a link seems to be created that points to the destination in Assets for download. That's why I'm hopeful that the destination information is captured.
Views
Replies
Total Likes
Hey @FlorenceCr
one option is to create a HTML link to eg Content Hub
But - the user can download from within Workfront ?
Sadly there is no easy way to get the actual AEM path of an asset unless you create a custom endpoint in AEM.
Views
Replies
Total Likes