IEW Posted March 11, 2013 Posted March 11, 2013 I want to trigger a script with the drop down list. I can not seem to get it to work. Any help would be appreciated. I just want to perform scripts using the value of the drop down.
MartieH Posted March 11, 2013 Posted March 11, 2013 I have one of these set up in a database - the script trigger is set to trigger OnObjectModify and it basically says: if [field]="a"; perform script a end if if [field]="b"; perform script b end if etc. where [field] is the drop-down and "a", "b", etc are the various values. hth, Martie ps - of course, I am still on 11 - there may be more advanced/cooler things you can do w/12 - someone else will have to answer to that.....
IEW Posted March 12, 2013 Author Posted March 12, 2013 Thanks a bunch, I finally figured it out. I used it for navigation. Set the value list back to "Navigate" after every "if".
Recommended Posts
This topic is 4274 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now