March 11, 201312 yr 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.
March 11, 201312 yr 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.....
March 12, 201312 yr Author Thanks a bunch, I finally figured it out. I used it for navigation. Set the value list back to "Navigate" after every "if".
Create an account or sign in to comment