Skip to main content
Can I add a pop up message alert based on a value chose in a dropdown.

 

I have tried using Riptide but that works on a higher level
2 个回答
  1. 2013年6月12日 14:55
    You can with a Visualforce page using javascript (so the user gets alerted before they click save). On a standard page layout this will be possible unless you do a lot of workarounds, which I wouldn't recommend.

     

    I haven't used Riptide, so not sure when they do there alerts (on save or on the picklist being accessed)

     

    EDIT: Javier has great example for the alert on saving. My post was about having the popup before you save (ie: change picklist value and immediately get popup).
0/9000