Apptio for All

Apptio for All

A place for Apptio product users to learn, connect, share and grow together.

 View Only
  • 1.  Cost Transparency /communication popup

    Posted Mon July 22, 2024 03:46 AM

    Hi, 

    I would like to know if it is possible to display a popup when end users enter in cost transparency module in order to give them information/communication?

    Thank you,

    Chenna.


    #ApptioforAll


  • 2.  RE: Cost Transparency /communication popup

    Posted Mon July 22, 2024 04:01 AM

    as far as I know automatic pop-ups are not possible. 
    However you can create flashy "Read-Me"-buttons that open a pop-up when clicked. (basically you create a report with all the information and open this report via the button)

    Or use html to bring you messages somewhere near the header 
    here is what I regularly use for user messages: 

    <font color=red><b><marquee>Very Important Message</marquee></b></font>




  • 3.  RE: Cost Transparency /communication popup

    Posted Tue July 23, 2024 03:52 AM
    Edited by Guillermo Cuadrado Tue November 05, 2024 06:24 PM

    As I wrote in the same thread on another space (link), apart from @Jonas Koch's suggestion, you could have a report component with an Editable Table. Thus you could change the content without needing a promotion (but I need to test this myself!) @Chennappa Muddammagari



    ------------------------------
    Regards, Guillermo
    ------------------------------



  • 4.  RE: Cost Transparency /communication popup

    Posted Tue July 23, 2024 04:58 AM

    Thank you @Guillermo Cuadrado for your help. appreciated. 




  • 5.  RE: Cost Transparency /communication popup

    Posted Tue July 23, 2024 04:56 AM

    Thank you @Jonas Koch for your help.