Your workflows may need to present users with choices in the form of custom dialogs. DayBack provides a straight-forward function to include dialogs like this in your custom actions and show dialogs when users edit events. This function offers a way to specify the dialog title, message, and one or two button options. However, needing […]
For Developers
Preventing Conflicts in DayBack for FileMaker 19
DayBack Calendar does a great job visualizing conflicts in your schedule. But sometimes you may want to alert users when they’re creating a conflict. We’ve created a simple script you can paste into your copy of DayBack Calendar to help notify users when they’re creating a conflict. Here’s the script in action: Add Conflict Detection […]
Timezone Tooltips
This is still one of my favorite customizations. This tooltip will translate your appointments into other time zones. Also, it’s easy to customize so you can add more cities if you need to. This is also a great example of how fun it can be to use JavaScript within DayBack’s event actions because the moment.js […]
Using Salesforce Attendees and Google Notifications in DayBack
Part 3 of 3 on creating attendees, invitations, and accepting invitations in DayBack. In two previous articles, we looked at using DayBack to send Google notifications from any calendar and using DayBack to share events in Salesforce using the event’s Attendees relationship. In this article, we’re going to combine these two techniques and send Google email notifications to our Salesforce […]
Attendees & Shared Events in Salesforce Calendars
Part 2 of 3 on creating attendees, invitations, and accepting invitations in DayBack. In Salesforce, the standard Event object supports a single owner by default. In DayBack, it’s typical to map the owner of the standard Event as the resource so individuals in the organization have their own row or column in DayBack’s resource scheduling grids. […]