Browse by Tags

All Tags » Data Exchange
Showing page 1 of 2 (40 total posts)
  • Using Data Exchange to Import Giftedness

    Has anyone used the Data Exchange to import Member giftedness data to Fellowship One? We have this data set up in a spreadsheet (about 500 individuals) and have also strutured Fellowships One the way we want capture the giftedness. We have very little experience in working with something like this and are not even sure if it is even possible.
    Posted to Integration (API) (Forum) by  rosew  on October 22, 2009
  • F1 and an online shop!?!

    We've been using the weblink/online payment facilities of F1 to sell Sunday message CDs, our Band EP, and a few bits and pieces, but it's obviously not designed for this as you have to select your name after login before selecting your item and paying for it - rather confusing for the new user I think! We're now ...
    Posted to WebLink (Forum) by  JWhite  on August 17, 2009
  • Re: DataExchange soap:Server Errors

    Nick: Object Reference errors are the most elusive / irritating - because you cannot discern much from the error other than there is a missing ''something.''  If your xml works via Portal, have a look at the following post.  It details some changes we are making with Data Exchange.  The Portal interface is currently consuming the ...
    Posted to Integration (API) (Forum) by  nfloyd  on August 6, 2009
  • Joomla Authentication Plugin

    Here is something of interest to you guys...  I wrote a Joomla 1.5.x authentication plugin for F1.  You can get it Download it HereJust login to the Joomla admin interface, select go to Extensions->Install/Uninstall then browse to the zip file and upload.  Once installed you need to enter your church code(weblink church code) ...
    Posted to WebLink (Forum) by  mspidle  on April 22, 2009
  • Re: Website content mangement systems?

    It's cool other churches are using Joomla.  Here is something of interest to you guys...  I wrote a Joomla 1.5.x authentication plugin for F1.  You can get it Download it Here Just login to the Joomla admin interface, select go to Extensions->Install/Uninstall then browse to the zip file and upload.  Once installed you need ...
    Posted to Technology (Forum) by  mspidle  on April 22, 2009
  • Fun & Creative Integration Codes?

    Does anyone else have any fun codes that they have written for ways to integrate F1 with their church website? We were under the impression that this would be easier to integrate and hoping that with the new API coming out that we wouldn't have to put a lot of hours and man power into creating something from scratch... Anyone have any ...
    Posted to Integration (API) (Forum) by  rmahoney  on March 26, 2009
  • Re: Weblink - Website Integration

    We have updated the Developers tab to include examples of Data Exchange in different code libraries including PHP. Please go to http://experience.fellowshipone.com/Developers/Developers.aspx and scroll to the bottom of the page to see these download links. (You will need to login to see the Developers tab. Your login is the same one used to access ...
    Posted to WebLink (Forum) by  Tara  on January 7, 2009
  • Re: Weblink - Website Integration

    I would like to get a copy of this too, thanks!    
    Posted to WebLink (Forum) by  andrew.lang  on November 21, 2008
  • Re: Data Import?

    Hi Richard, Yes, you can import people into Fellowship One. Our Data Exchange API is written in XML, so you could build a macro off your Excel spreadsheet to put the XML into the proper format expected by Data Exchange. The DE method you use will depend upon what kind of people you are going to import. If you are importing single individuals that ...
    Posted to Households & Individuals (Forum) by  Tara  on October 1, 2008
  • Re: Making an existing account Weblink enabled/ User ID and password admin

    1) Does anyone know a work-around or a hack to simply make an existing account weblink enabled.Yes, you can use our application program interface called Data Exchange to mass export all your adult (14 yrs. and up) member records. Then you will create user name, password, and optionally challenge question for each individual record. It's required ...
    Posted to WebLink (Forum) by  Tara  on October 1, 2008
  • 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 Official Fellowship Technologies Blog (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
1 2 Next >