Code Share
RSS Feed
Showing 1 to 7 of
7 results
tag: integration
|
( 1 Review) |
Cloud Loader is a scripted version of the Apex Data Loader that is pre-packaged in a public Amazon EC2 AMI (Amazon Machine Image). This will allow you to integrate data into or out of Salesforce completely in the Cloud without having to find a server to host the integration. This AMI includes email notifications and can be up and running within minutes if your integration data can be made available on an FTP server that is visible to EC2.
Project Owner:
John Barnes
Created: Mon Mar 30 22:10:19 GMT 2009Grails Force.com Plugin is an open source rapid application development tool for Salesforce and the Force.com platform.
<br/>
<br/>Riptide developed the Grails Force.com plugin for use within the Grails web framework, and provides seamless integration into Force.com. The plugin utilizes the Force.com partner WSDL to describe and create a local application domain model from all objects defined within your Salesforce org.
<br/>
<br/>Upon installation of the Grails Force plugin into your Grails project, you will need to modify your Config.groovy file adding your Saleforce API credentials and will need to execute the new grails command "salesforce-generate-all" to begin the code generation.
<br/>
<br/>
<br/>After the plugin completes all code generation, you will now have the ability to begin querying, creating, updating and deleting data in Salesforce org directly from your Grails web application.
<br/>
<br/>
<br/>For more information on Riptide Software (http://www.riptide.com) and how we can help you with custom development, integration or Salesforce implementations please contact us toll free: (800) 747-8433 or email salesforce.leads@riptide.com
Easy-to-use API to integrate your .NET solution against your Salesforce.com data.
This project contains Salesforce code that calls out to a geocoding webservice (geocoder.us) and a congressional district query webservice (Mobile Commons) to get the federal congressional and state legislative districts for Contacts and Accounts you enter into Salesforce.
This project was created by Groundwire (http://groundwire.org/labs). At Groundwire, we are on a mission to get affordable and innovative online tools and strategies into the hands of organizations building a sustainable world.
bit.ly.force is a simple URL shortening widget in Salesforce's left navigation bar. Also included in the package, is a class that allows an ISV to implement URL shortening in their own projects.
<br/>
<br/>Simply call:
<br/>string shorturl = plmcgrn__bitly.shorten("long url");
<br/>
<br/>and you'll receive a short URL.
<br/>
<br/>You can configure your own bit.ly account in Custom Settings (see install guide) to get analytics on who's clicking your links.
Import data from Google Analytics into Salesforce and Force.com applications for reports, dashboards, and mashups.
For deploying code in production, or uploading a package, your code coverage should be above 75%, and no trigger should have 0% coverage - otherwise the Force.com platform doesn’t allow a deploy or upload.
<br/>
<br/>Suppose, at the time of class creation, you implemented the test method as well. After some time on a client request, some changes have been made in the controller and you forgot to modify the test method. At the time of deployment this failure and the lack of coverage will not allow you to deploy the code.
<br/>
<br/>These culprits can be a cause for missing deadlines.
<br/>
<br/>So get rid from this panic with this utility I created. Using this tool, Run All test can be scheduled and the results will be emailed on to the specified email addresses. So each morning you access your email, RunAllTest.xls will be there. By looking at this you will always be up to date with your coverage - reducing the last moment pain for developers.
<br/>
<br/>Documentation and presentation files to help setting up your environment are inside the package.
