Data Exchange API Fixes
We wanted to give you a quick update to let you know about 2 items that went into our Production environment to fix some bugs in our Data Exchange API. Here are the 2 areas that were affected…
- Communication Audit Dates
We fixed some issues around searching for communications based on their audit date (creation date or last updated date) and also fixed an issue where the audit dates were not being presented in the results. - Household Source Code
We tidied up a couple of issues around the householdSourceCode to make sure it is a unique value within your church, accepts alpha-numeric values, can be cleared by inserting ‘null’, etc.
If you have any questions or comments regarding these fixes, please feel free to comment on this post or head over to the Forums and let us know. Thanks again for being a part of this…
Read the whole entry...
Posted In: API, News,
Comments:
F1 Check-in on the iPad
We just recently heard that someone had found an app that would allow them to run Fellowship One Check-in on their iPad! After hearing this, we couldn’t resist trying it out on our own to see how it worked, and that’s what we did. The overview of how this is happening is through a Remote Desktop Connection. This means that the iPad is acting as a viewer, showing you what is happening on your full PC. That means this process still requires a computer capable of running check-in, but now you can view/use it on your iPad! So, let’s walk through how we set it up and got it working!
1. Enable remote connections to your Windows Check-in PC
-Go to your Start button and right click on “Computer” and then click on Properties
-Make a note of your computer’s name, you’ll need this…
Read the whole entry...
Posted In: News, Tips,
Comments:
Be the first to get the news & tips!
We think you should subscribe to this blog!

It’s true that one of the reasons we want you to subscribe is because seeing that subscription number grow is just plain fun…it makes us feel good! But we’ve got a lot of reasons why we think it will benefit you too! Here are just a few reasons…
- There are a lot of smart, full time developers sharing their knowledge here
- If you want to learn about the API, we talk about it here
- We talk about things coming up in our product, which is always fun to be the first to know
- You can learn web development by reading this blog
- We have fun and even occasionally give things away
- You get to read our posts in your favorite RSS reader
- and many, many more! (don’t you always put…
Read the whole entry...
Posted In: News, Tips,
Comments:
An Introduction to PHP
PHP is a widely used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. This blog post is an attempt to give an overview of the PHP language and it’s various features. This blog post assumes that you already have a web server (eg: apache) and PHP installed on your box. You can also use some easy to install Apache distributions containing MySQL and PHP such as XAMPP and MAMP.
So let’s get started!The default delimiter syntax (recommended) opens with
<?phpand concludes with?>, like this:<?php echo "Hello World!!"; ?>
The other alternative syntax requires enabling PHP’s
short_open_tagdirective, like this:<? print "Hello World!!"; ?>
When short-tags syntax is enabled and you want to quickly escape to and from PHP to output a bit of…
Read the whole entry...
Posted In: API, Tips,
Comments:
Working with Pop Up Windows in Selenium
Like many applications, users commonly interact with popup windows in the normal use of Fellowship One. Creating test scripts that interact with popup windows posed an interesting problem due to Selenium’s handling of popup windows. If the popup in question exists as a child browser window (and not a simple alert prompt), Selenium commonly loses its association with the main application window after clicking on a control on a popup window. As a result, an error occurs when the user attempts a WaitForPageToLoad command after returning to the main window.
This will result in an error stating that the current frame or window is closed…
selenium.WaitForPopUp("psuedoModal", "30000"); selenium.SelectWindow("name=psuedoModal"); selenium.Click("btnYes"); selenium.SelectWindow(""); selenium.WaitForPageToLoad("30000");Instead of interacting with the controls on the popup menu via a Click command use a KeyPress command specifying a JavaScript keycode for Enter (\\13).
This details the workaround allowing the user to complete the same interaction avoiding the…
Read the whole entry...
Posted In: Tips,
Comments:
- 3rd Party App Showcase
March 22, 2013 - API Communication Value Changes
November 2, 2012 - API Enhancement: Create and Edit Groups!
August 13, 2012 - API Enhancement: Requirements Exposed
June 25, 2012 - Webhooks
May 23, 2012
March, 2013November, 2012
August, 2012
June, 2012
May, 2012
April, 2012
March, 2012
February, 2012
November, 2011
August, 2011
July, 2011
May, 2011
March, 2011
February, 2011
October, 2010
September, 2010
August, 2010
July, 2010
June, 2010
May, 2010
April, 2010
March, 2010
February, 2010
January, 2010
December, 2009
October, 2009
September, 2009
August, 2009
July, 2009
June, 2009
February, 2009
January, 2009
December, 2008
November, 2008
