|
|
Browse by Tags
All Tags » Data Exchange
Showing page 1 of 2 (40 total posts)
-
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.
-
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 ...
-
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 ...
-
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) ...
-
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 ...
-
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 ...
-
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 ...
-
I would like to get a copy of this too, thanks!
-
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 ...
-
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 ...
-
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 ...
-
Can anyone at FT comment on whether the limitation lquigley is describing would continue to be a problem with the new REST API?
-
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. ...
-
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 ...
-
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 ...
-
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> ...
-
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 ...
-
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 ...
-
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 ...
-
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.
1
|
|
|