Show notifications on dashboard | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Doug_Den_Hoed_AtAppStore

Hi Manuel,

Since the /notifications is a web page (although it might someday be offered as a report or view ready for use on a dashboard), I presume you are using the link you mentioned in the url of an external page on a dashboard, and then seeing the full page (including headers) within the resulting dashboard’s iFrame.

if so, you can add parameters (such as margin-top: -50) to that url to “shift” the page up within the iFrame, but it is fussy, and might look different on various computers.

Instead, I suggest you try this technique, which will then open cleanly in a separate window with one click.

You could also train users how to navigate to the Notifications tab.

Regards,

Doug

2 replies

Doug_Den_Hoed_AtAppStore
Community Advisor
Doug_Den_Hoed_AtAppStoreCommunity AdvisorAccepted solution
Community Advisor
September 25, 2020

Hi Manuel,

Since the /notifications is a web page (although it might someday be offered as a report or view ready for use on a dashboard), I presume you are using the link you mentioned in the url of an external page on a dashboard, and then seeing the full page (including headers) within the resulting dashboard’s iFrame.

if so, you can add parameters (such as margin-top: -50) to that url to “shift” the page up within the iFrame, but it is fussy, and might look different on various computers.

Instead, I suggest you try this technique, which will then open cleanly in a separate window with one click.

You could also train users how to navigate to the Notifications tab.

Regards,

Doug

ManuelBaAuthor
Level 4
September 25, 2020

Hi Doug, thanks for the nice solution! I guess, that's the best we can get in the given framework of Workfront 👍