|
|||
|
OnChange Event
Hi,
I need to add an OnChange Event to a picklist field that will trigger a manual workflow rule when a certain picklist value is selected. Basically, I am attempting the following: if Picklist.currentvalue changed to Picklist.newvalue then trigger "Name of Manual Workflow" If it is not possible to trigger a workflow, then is it possible to pop-up an alert message when a particular picklist value is selected? Any sample code is greatly appreciated. I was not able to find samples in the MS CRM knowledgebase. Thank you, Donna |
| Sponsored Links |
|
|||
|
RE: OnChange Event
You don't need an OnChange event for this. Use Workflow Manager to create a
rule that waits for your picklist value to change and then triggers the actions you want. For example, make a Create rule that Waits For Condition X to change, etc... -- Matt Wittemann http://icu-mscrm.blogspot.com "Donna Edwards" wrote: > Hi, > I need to add an OnChange Event to a picklist field that will trigger a > manual workflow rule when a certain picklist value is selected. Basically, > I am attempting the following: > > if Picklist.currentvalue changed to Picklist.newvalue then > trigger "Name of Manual Workflow" > > If it is not possible to trigger a workflow, then is it possible to pop-up > an alert message when a particular picklist value is selected? > > Any sample code is greatly appreciated. I was not able to find samples in > the MS CRM knowledgebase. > > Thank you, > Donna > |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|