Is there a way to pull a report on many are using the widgets and what type from the homepage of Workfront?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Hi @s-strategy,
In short no, at least there is nothing in the official documentation. Please check the documentatation for more details on how Home page works. Dashboard that you see there is not an actual dashboard that you could find via api explorer for PTLTAB object.
With little inspection I see what they do on Adobe side. They are using
As you can see this dashboard is fetched per logged in user and there is no generic way to fetch for multiple users.
I hope this explains it.
Best regards,
Ivan
Hi @s-strategy,
In short no, at least there is nothing in the official documentation. Please check the documentatation for more details on how Home page works. Dashboard that you see there is not an actual dashboard that you could find via api explorer for PTLTAB object.
With little inspection I see what they do on Adobe side. They are using
As you can see this dashboard is fetched per logged in user and there is no generic way to fetch for multiple users.
I hope this explains it.
Best regards,
Ivan