tags:

views:

48

answers:

1

I want to run a script when a field is changed and with script triggers I think it's possible. Bu I don't know how to.. Can anybody please help?

+2  A: 

Write your script.

In Edit Mode, right-click on a field and choose "Set Script Triggers..."

If you want the script to run when the field is changed, click the "OnObjectModify" event and then select your script.

Whenever the field is modified your script will now run.

DisplacedAussie
Thanks, I solved it.
marko