Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Custom Events in Workflow

Updated: 22 May 2010 | 2 comments
dingersoll's picture
+1 1 Vote
Login to vote

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

Comments

dingersoll's picture
03
Mar
2009
0 Votes 0
Login to vote

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.

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.

Andy Tous's picture
23
Sep
2009
0 Votes 0
Login to vote

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