Custom Events in Workflow
Updated: 22 May 2010 | 2 comments
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
discussion Filed Under:
Comments
I called support and they
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.
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.
I would like to try something like this...
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
Would you like to reply?
Login or Register to post your comment.