Browse by Tags

All Tags » Data Exchange
Showing page 1 of 2 (30 total posts)
  • Re: iPhone

    lquigley is correct, trying to implement / use SOAP probably will not work with that platform - unless it gets extended later on down the road.  Regarding DataExchange, it is purely SOAP. You can, however, work around the SOA of this SOAP Web Service and construct your own XML as a parameter (“sXML” being the request parameter) and ...
    Posted to Technology (Forum) by  nfloyd  on June 13, 2008
  • Re: iPhone

    Can anyone at FT comment on whether the limitation lquigley is describing would continue to be a problem with the new REST API?     
    Posted to Technology (Forum) by  andrew.lang  on June 13, 2008
  • New features added to Experience Fellowship One

    In case you haven't noticed there are two new tabs on the Experience.FellowshipOne.com site. To access these new features you need to be logged in with your Fellowship One username, password, and churchcode. The first new tab is labeled DEVELOPERS. On this tab you will find some exciting news about our new RESTful API which is under development. ...
    Posted to Fellowship Tech News and Information (Weblog) by  Administrator  on May 10, 2008
  • Re: Cell Phones, Outlook and F1 Contacts

    Last year at Dynamic Church 07 I did presentation on Data Exchange (the Fellowship One XML RPC API).  In one of my demos, I used a HTC device and entered in contact information of some individuals.  When my device synchronized with Outlook it uploaded all of the information into Fellowship One Portal's database.  Have a ...
    Posted to Contacts & Communications (Forum) by  nfloyd  on April 28, 2008
  • Re: Boolean query connectors

    Chris: Currently the ''or'' operator is not available in the DataExchange Query syntax.  The more advanced queries can be done via ''Query Builder'' in portal.  DataExchange is somewhat procedural (true to RPC) so it focuses more on filtering down (AND) instead of filtering out (OR).  On a side note, if you're ...
    Posted to WebLink (Forum) by  nfloyd  on April 5, 2008
  • Invalid XML in the GetIndividualCollection method

    I called the GetIndividualCollection method and searched by last name.  For most queries it seems to work fine, but it failed when I did one search.  After inspecting the output, the XML you're sending back is invalid:        <middleName>        ...
    Posted to Integration (API) (Forum) by  ebarendt  on April 5, 2008
  • Boolean query connectors

    Hello,   Sorry if this is the wrong forum for asking about Data Exchange queries.  I'm successfully getting ''ordinary'' queries going, but we will have cases where we want to ask things like ''Return Individuals where the lastName is X _OR_ lastName is Y''.   It appears that just asking for (say) ''lastName is X and status is ...
    Posted to WebLink (Forum) by  csterritt  on March 25, 2008
  • Re: Using WebLink log-in for a messageboard

    Have a look @ this post.  It will provide you with an array of downloadable code libraries.  The most common mechanism is to call DataExchange using the GetIndividual 2.0, passing in the weblink userID and Password (see the code samples for more details).  DataExchange will either pass back an individual or will pass back a message ...
    Posted to Integration (API) (Forum) by  nfloyd  on February 22, 2008
  • Using WebLink log-in for a messageboard

    I'm a hack when it comes to coding, so this may be a ridiculous question... We're planning on setting up a message board using phpbb for our church. We're trying to avoid users having multiple log-in's since that would be really confusing.  Is there any way to set it up so that users can use their WebLink ID to log-in to the message board? I ...
    Posted to Integration (API) (Forum) by  dcrow  on February 19, 2008
  • Re: Fellowship One Login

    Hey, I've made www.rlc.info with F1 integration, and it's all out of PHP, so if you need any code, drop me an email.
    Posted to Integration (API) (Forum) by  lquigley  on February 11, 2008
  • Re: Logging out of WebLink account on Public Computers

    The only solution is to use ''flo=true'' URL parameter in all WebLink URLs, which prevents iCode from being included in the URL and forces cookie to be deleted when browser window is closed. Since Event Reg doesn't support ''flo=true'', I am not aware of a good solution for this problem in the Eveng Reg module. I would like to see all WebLink ...
    Posted to WebLink (Forum) by  maxims  on February 8, 2008
  • Re: Data Exchange to Excel

    I have been trying for serval months to figure out how to successful communicate with F1 through Data Exchange. I need help too. Anybody? My skill set is PERL, MySQL, PHP, JavaScript etc. Have not learned Visual Basic or Visual Studio. I try to avoid MicroStuff
    Posted to Integration (API) (Forum) by  Bob VanDerPloeg  on January 17, 2008
  • Extracting Activity data

    We are wanting to export activity data so that we can use it on our web site and display an events calendar. Is anyone else doing this? We would like to avoid duplicate entry of activities both in F1 and our web site if possible. I cannot find a report that displays all activities and the associated info (date, time, location, etc...) and I was ...
    Posted to Integration (API) (Forum) by  ggraham  on January 16, 2008
  • Re: Integrating Login/Logout w/ Website

    Follows the link to a zip file below that contains code examples for connecting to DataExchange via C#, ASP, JavaScript, PHP, and VB.NET. It also contains a copy of a power point presentation on the topic from the DC07 conference. www.fellowshiptech.com/downloads/codelibraries.zip  Curtis SimmonsSVP, Product & Services 
    Posted to WebLink (Forum) by  Administrator  on January 1, 2008
  • Weblink - Website Integration

    Would anyone be willing to share code of how they integrated weblink account creation/login into their church website?  I think it would be very valuable and worth a lot to many people who use weblink.   Thanks   Mark 
    Posted to WebLink (Forum) by  mdspidle  on July 28, 2007
  • Using DataExchange with PhoneTree

    What we want to do is use PhoneTree to enable our preschool to call and email all the parents in case of a major disaster here. A PhoneTree salesperson told us (Mariners Church) that their system could integrate with our FellowshipOne database and be updated live without us having to run reports and convert them to whatever format (see F1 answer ...
    Posted to Integration (API) (Forum) by  jgraves  on July 25, 2007
  • Re: Data Exchange and Email List Management

    Probably one of the best mechanisms that many churches use to accomplish something like what you’re trying to do is to use Individual Attributes and IndividualCodes.  The setup for these attributes can be found in the portal under Admin::People Setup::Individual Attributes.You could programmatically add attributes to people when they ...
    Posted to Integration (API) (Forum) by  nfloyd  on May 21, 2007
  • Re: Roadmap for DataExchange?

    I know that Google Maps has an API that you can use to generate maps for addresses on your site.  I've played with it for our church website and wanted to point out that there are definitely problems with the API.  When I mapped our church through maps.google.com, I had no problem getting the exact location of our church.  When ...
    Posted to Integration (API) (Forum) by  paschott  on May 1, 2007
  • Re: Creating Accounts, Tithing, and Reporting without pop-ups using Rails

    Hi Jeff, My name is Matt Vasquez and I'm a dev at Fellowship Technologies.  I also do Ruby on Rails development outside of my work here at FT.  You are correct that Data Exchange is not a RESTful api.  I would contest that Data Exchange is not a good candidate for integrating into your website, mainly because it is not ...
    Posted to Integration (API) (Forum) by  mvasquez  on April 13, 2007
  • Re: Small Groups / Activities Structure

    Hi Collin, While I cannot point out specific enhancements planned for Data Exchange, I can tell you this: Small groups will be getting some much-needed attention this year, and; Continuing to open up access to the product by building out the API will be on ongoing theme I would be happy to discuss these with you in more detail. Just give me ...
    Posted to Integration (API) (Forum) by  kallen  on April 5, 2007
1 2 Next >