Expand my Community achievements bar.

SOLVED

Integrating AEM in Workfront Dashboards

Avatar

Level 2

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. 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 6

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. 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 6

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. 

Avatar

Level 2

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?