Send Notifications to your Mac from FileMaker!
Benjamin Fehr of Efficient Buzz has figured out a way using Applescript to make FileMaker communicate with the Apple notification center. He’s looking for a hook to make it work with FileMaker Go on iOS. If you can help, make a comment. Benjamin shared this with me last week, and I’m hoping someone out there can help with some code.
Use FMP script step “PerformAppleScript” and use CF_send2ANC with Title and Text.
Script will post title, text and icon of host-program (usually FMP-Logo. Your own logo if performed with RunTime) in Apple’s Notification Center.Use FMP script step “PerformAppleScript” and use CF_send2ANC with Title and Text.
Script will post title, text and icon of host-program (usually FMP-Logo. Your own logo if performed with RunTime) in Apple’s Notification Center.
via FileMaker Custom Function:CF_send2ANC ( title ; text ).
Damian Kelly
January 15, 2015 @ 8:21 am
If you can embed a URL you can call filemaker back with the fmp:// url method…