locked
Display Alert on CRM Home Page Load RRS feed

  • Question

  • Hello Expert, i would like to display an alert when the CRM home page Load. I have written a javascript to count record from a custom Entity. If there is record then it will alert the user when he/she will login to CRM. In which event i should attach the javascript. Please suggest.

    Thank you


    saroj

    Monday, March 4, 2013 6:31 AM

Answers

All replies

  • Hi Saroj,
    I think there is no option to display an alert message directly on Load of the page in supported manner.
    But there is a workaround here you can create a Silverlight application and embed it in dashboard and display the message in that application.


    I hope this helps. If my response answered your question, please mark the response as an answer and also vote as helpful.
    Mubasher Sharif
    Check out my about.me profile!
    http://mubashersharif.blogspot.com
    Linked-In Profile
    Follow me on Twitter!

    Monday, March 4, 2013 7:11 AM
  • there is o such event. but you can do this by adding your jscript pn button load.

    this is a workaround,I havent tried this approach I am just suggesting.

    add your script on enable rule of any default or custom button of home page.

    while loadinng your home page after login it will call enable rule for button and your jscript gets loaded

    thanks,


    Pooja

    Monday, March 4, 2013 7:20 AM
  • Thank you Mubasher for your reply. I ll try with your solution.

    Thank you


    saroj

    Monday, March 4, 2013 7:54 AM
  • HI Pooja, Thank you for your reply. Button Load mean Ribbon button right? i ll try with your solution.

    Thank you


    saroj

    Monday, March 4, 2013 7:56 AM
  • As saroj said, create silverlight application and insert into dashboard, and set set dashboard as default crm view.

    Thanks in Advance Siva

    Monday, March 4, 2013 11:24 AM