March 14, 201114 yr Newbies HI im a newbie to FileMaker, have had experiences with DB programming basics before but that was 7 years ago. I'm currently trying to see if it's possible to trigger an email to be sent automatically by filemaker once the value of a drop down list changes. While on the layout view, i set the button set up to "Send Mail" and upon testing it did send, but it was after clicking the list and not even changing anything. Hope someone can help. thanks, you help will be greatly appreciated.
March 14, 201114 yr I would hold the original value of the drop down list in a global variable ($$OrigValueDropDown) using the On Record Load layout trigger. And then for the field with the drop down list, use the On Object Exit field trigger and compare the original value to the changed value. If it has in fact changed - send email. HI im a newbie to FileMaker, have had experiences with DB programming basics before but that was 7 years ago. I'm currently trying to see if it's possible to trigger an email to be sent automatically by filemaker once the value of a drop down list changes. While on the layout view, i set the button set up to "Send Mail" and upon testing it did send, but it was after clicking the list and not even changing anything. Hope someone can help. thanks, you help will be greatly appreciated.
March 14, 201114 yr Script triggers are available in version 10 and higher. In earlier versions a plugin is necessary.
March 19, 201114 yr Author Newbies I would hold the original value of the drop down list in a global variable ($$OrigValueDropDown) using the On Record Load layout trigger. And then for the field with the drop down list, use the On Object Exit field trigger and compare the original value to the changed value. If it has in fact changed - send email. Hey thanks, will surely try this. Thought i'd be at my wits end to figure this one out. :-)
March 19, 201114 yr Curious use of email, imho. Is this an audit approach? Seems like lots of emails, and I would think there's a better way to achieve your goal--whatever that is.
Create an account or sign in to comment