Workflow Soluiton

 View Only
  • 1.  Custom Events in Workflow

    Posted Mar 02, 2009 06:58 PM

    Does anyone have a sample custom event or know where I can find more documentation on them? What format does the script need to be in, does it have to be jscript etc.

    Thanks



  • 2.  RE: Custom Events in Workflow

    Posted Mar 03, 2009 01:21 PM

    I called support and they answered my question. (Thanks Chase and Jeremy)

    The custom events use jscript only, you don't need to specify any script tags, just enter your code directly.

    imagebrowser image

    In order to interact with other controls on the page you will need to go to that control and specify a control ID on the functionality tab.

    If you want to define functions to be called throughout the page you can edit your web form and go to the behavior tab, all the way to the bottom you will see a script box, this is where you would enter your functions.

    Hope this helps others.



  • 3.  RE: Custom Events in Workflow

    Posted Sep 23, 2009 12:35 PM
    Hi,

    Do you have examples?

    I would like to be able to double click a record on a grid and act like I clicked on the edit button (on the same form).

    Thanks,

    Andy