Has anyone had a successful use case embedding AEM into a Workfront Dashboard or displaying assets/properties that live in AEM inside Workfront?
Looking to give users a method for referencing information stored in AEM without having to leave Workfront. Unsuccessful with adding AEM as an external page on a dashboard.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Hi @BeckerD
you'll want to use Fusion and pull info from AEM, format it and return the HTML. In the dashboard/external page you put the webhook URL.
You'll likely need a custom endpoint in AEM that returns the data you want to display.
Views
Replies
Total Likes
Hi @BeckerD
you'll want to use Fusion and pull info from AEM, format it and return the HTML. In the dashboard/external page you put the webhook URL.
You'll likely need a custom endpoint in AEM that returns the data you want to display.
Views
Replies
Total Likes
Thanks for your help Sven! We are having success displaying the public image url's we retrieve from AEM as thumbnails in our issue report using the below text mode:
displayname=Front Image Main
image.name=Asset Preview (click for full size)
image.valuefield=DE:SGWS | Front Image Main
link.isnewwindow=true
link.url=DE:SGWS | Front Image Main
textmode=true
type=image
usewidths=true
valueformat=
width=200
This seems to work for assets pulled from AEM that are public. However, when we create public URL's in the format that we will be sending down to AEM: https://southernglazers.my.workfront.adobe.com/internal/document/public/download?publicToken=UJFS60r... the thumbnail seems to work temporarily and then stop working. How would you go about displaying the above url as a thumbnail in an issue report?
Views
Replies
Total Likes
Views
Like
Replies
Views
Likes
Replies
Views
Likes
Replies