REST API provides a powerful, convenient, and simple Web services API for interacting with Force.com.
3
votes
1answer
23 views
REST API - Can I authenticate an Android app without having the client id/secret?
Anyone know if it's possible to authenticate with SF from an external app (ie an Android app, or a Java application) without the client having the "Client Key" and the "Client Secret?"
I'd rather ...
1
vote
1answer
32 views
ForceTK - Request parameters not being passed
I'm having a problem accessing the REST API from a VF page. Basically, the request performs OK, except for the parameters, which are not being set/do not arrive on the endpoint.
I'm using forcetk to ...
0
votes
0answers
46 views
unable to create user with REST api email
Hi I am using REST API to create new USER, when i am extracting the meta data using the
/services/data/v20.0/sobjects/User/describe
the label for 'Email' field is shown as 'E-mail' whereas on ...
2
votes
1answer
47 views
When do Sessions expire?
I note that Session Settings allows you to have sessions expire as often as low as 15 minutes. However, I believe this is related to browser sessions and sure enough they do time out as expected.
...
-2
votes
0answers
52 views
Rest API Web Application not working?
I've been having trouble with the Getting Started with the Force.com REST API tutorial as shown here: http://wiki.developerforce.com/page/Getting_Started_with_the_Force.com_REST_API. So far I have set ...
6
votes
1answer
35 views
Insert new objects via REST using an external ID
Here is my situation:
I have created a custom object called "CSB" with fields:
source_xml__c => Text
IPN__c => text
Salesman => Lookupfield to "User"
In the "User" object there is a custom ...
0
votes
1answer
56 views
Get data from SAP to Salesforce using WSDL
I have attached the WSDL2Apex class for getting data Sap to Salesforce. I am bit confused about this Apex code is correct or not for this WSDL file which is to connect the WSDL to get data from ...
1
vote
2answers
50 views
Custom Logging, how to bypass Limit Exceptions
I'm developing a custom log system for Blackbox Testing.
The goal is to log everything until transaction ends or an exception is thrown - even if apex throws a Limit Exception and rolls back all ...
0
votes
2answers
39 views
Sending images inline in html content through amazon ses api triggered through apex callout
http://www.modelmetrics.com/technology-viewpoint/cloud-to-cloud-using-aws-simple-email-service-from-force-com/
I am using above blog content and this is excellent article on how to send emails ...
-2
votes
0answers
29 views
List of all external systems which can be integrated with Salesforce? [closed]
I need a list of all external systems which can be integrated with Salesforce.
Please feel free to reply even if it is not an exhaustive list.
4
votes
3answers
82 views
Is it possible to pass sObjects to the REST api
I only found solutions that pass objects or primitiv datatypes to the REST API,
so do I need to pass these to rebuild my sObject or is it possible to pass it as an sObject JSON?
I tried to, but I ...
0
votes
0answers
19 views
invalid_grant-expired access/refresh token
I'm facing a strange scenario - I'm using a REST Client to authenticate access to SF.
I'm using "grant_type": "password" the client key, client secret, username and password concatenated with the ...
2
votes
2answers
52 views
Does anyone know how to upload a file from within Salesforce up to an existing Box folder?
We are using the Box Widget in our Salesforce client and this allows our users to easily upload files to Box' system. However, we also need to upload files that may have been added by users as ...
2
votes
3answers
119 views
Exporting Data From Salesforce - REST or SOAP?
We have a requirement where we need to export records from salesforce tables into our application programmatically. I am reading on the various API's for data integration from salesforce mainly SOAP ...
3
votes
1answer
40 views
Real time Integration - Approach
Scenario: From Salesforce on click of a button a Unique Id has to be passed to the external System which responds with 1000s of records which needs to be inserted in one of the SFDC custom Objects.
...