Blog
Insights and Ideas from Our Team
Filter By:
Featured Posts
Launch a FileMaker App From the iOS Home Screen
Easily add launch icons to the home screen on an iPad or iPhone.generate icons to send FileMaker users directly into a FileMaker app. Here’s how.
Determining Org Type in Apex Code
Have you ever wanted to run one block of code in a sandbox and another block in the production org? I couldn’t find a built-in Apex function that allowed me to determine whether the code was running in a Production/DE environment or in a sandbox. Fortunately, I ran across this post that gave enough info…
What Makes a Project Successful?
It’s often said that most projects fail, so how do you avoid yours going the same way? Our project managers weigh in on what makes a project successful.
FileMaker Training Series Webinar: FileMaker Go
Learn more about the FileMaker Go application and understand how to build stable mobile applications in our free one-hour webinar.
SFDC Best Practice for Child Relationship Names
Please declare a unique Child Relationship Name! Think of it as just as important as the Related List Label (which is what your Salesforce users see). The Child Relationship Name is what developers see when writing sub queries in Apex. Salesforce uniquely names Child Relationships if you don’t. However, those names are generally useless for…
Everything you ever wanted to know about FileMaker Server backups
FileMaker Server 12 introduces some significant changes to the way backups are done. Here’s what you need to know to keep your solution on track.
Extending FileMaker Pro’s Value List Sort Capabilities Using the FileMaker Char() Function
Extending FileMaker Pro’s value list sort capabilities is easier than it seems. Check out our tutorial on how to do this using the Char() function.
Salesforce Tablet Numpad Trick
Check out this workaround for bringing up numeric keypads on a Salesforce textInput object under time constraints from certified developers.
MySQL Optimization: Faster Selects with MyISAM fixed row format
A general rule for MySQL is that MyISAM tables are faster for selects than InnoDB tables. We set out to prove that statement here.