An application programming interface (API) is a specification intended to be used as an interface by software components to communicate with each other.
0
votes
1answer
29 views
How to reduce API usage? [on hold]
Got 100% API Usage, can you someone help me to reduce this percent.
0
votes
2answers
33 views
Can people outside Salesforce download Attachments returned from API query?
I have to write an API Query to get all the opportunities, Quotes and its associated Attachments to another team that are outside salesforce in my office.
Will they be able to download the Attachment-(...
1
vote
0answers
18 views
Customizing an OAuth access token for app
I am setting up External Identity for authentication into a custom application.
Provisioning access to various features within the application using custom object records that will be assigned to ...
-1
votes
0answers
18 views
How to implement CoreLogic with salesforce [on hold]
I would like to integrate Corelogic with salesforce and pull reports for a Realty project.
1
vote
1answer
28 views
how can I query FeedAttachment body by SOAP API 36
Hi I'd like to download images of feed files. I know how to do it for Attachment in which I just have to run SOQL like "Select ID, BODY, NAME from ATTACHMENT where ...". by encoding and decoding the ...
0
votes
0answers
17 views
Extract Request not generating files
I'm Working with the SOAP Web Service API, and I'm trying to generate an Extract data zip File, I'm using this example from the documentation as source. The response from Exact is "OK" but It is not ...
0
votes
1answer
14 views
Facebook Integration Scope Permission
Scopes required :- manage_pages & publish_pages
Review required.
Tried Twice thrice uploaded screen cast and wrote steps.
Submitted for review.
Every time rejected. I don't have permission to ...
0
votes
0answers
11 views
Database synchronisation between Salesforce and Ms SQL without using ETL tool and connector
How can Implement Database synchronisation between Salesforce and Ms SQL without using ETL tool and connector?
please suggest me implementation steps so that i can start development.
2
votes
1answer
16 views
How can a Knowledge Article be published using the SOAP API?
I'm attempting to use Salesforce's SOAP API to publish a knowledge article, but when I set the PublishStatus to Online, I get the following error: Unable to create/update fields: PublishStatus. Please ...
4
votes
0answers
40 views
Does Salesforce-to-Salesforce use API calls?
Easy question.
I have searched quite a bit, but could not find it: does the Salesforce-to-Salesforce functionality use API calls?
0
votes
0answers
21 views
Use Salesforce account for credential check
How do I use Salesforce account to validate login without security token? I have a requirement to use Salesforce account as authentication to access certain internal pages(another website). On a login ...
0
votes
1answer
18 views
Cannot access custom field tied to custom object using SalesForce API in C#
I've seen similar questions posted on this subject, but none of them seem to contain answers to my specific question. I have an object in SalesForce to which I have created a reference in Visual ...
1
vote
0answers
23 views
Does the SFMC (ExactTarget) API have locale support for object metadata?
Does the SFMC (ExactTarget) SOAP or REST API's have any support for specifying an alternative locale/language other than the default english? I'm trying to retrieve object metadata for the Contact ...
1
vote
2answers
130 views
First error: [UNKNOWN_EXCEPTION] ConcurrentPerOrgLongTxn Limit exceeded
We are currently facing a Salesforce platform error I have never seen before;
First error: [UNKNOWN_EXCEPTION] ConcurrentPerOrgLongTxn Limit exceeded
This happens both when logging into the API ...
0
votes
1answer
36 views
Contact creation and Fire Entry Event using API - clarififications
Hillo,
I'm trying to figure out how the journey process is working in general.
Currently I have created DE, Entry Event and Journey by Journey Builder. After that I will have 3rd party app that ...
0
votes
0answers
19 views
AMPSCRIPT Retrieving More than 2500 Records
I am new to the ET AMPScript API. I need help converting the code in the article below into AMPScript.
Retrieving More than 2500 Records Using the ContinueRequest Property
0
votes
2answers
28 views
Simple APEX String Replacement - can't unencode quotation marks
I've tried quite a few different methods to unencode a simple string but nothing's turning up.
That's the end of my API call, using a regex solution I found online, although it's not working out.
...
6
votes
1answer
58 views
Inserting Accounts and Contacts Simultaneously
Trying to insert a new Account and it's Contact (maybe multiple Contacts?) at the same time.
While researching this, I've come across various posts that are close to the solution, such as:
...
0
votes
0answers
19 views
Process Builder Fails to fire Nodes from API call with Parent field as part of criteria
When we have an API call into salesforce updating a custom record, a child of an account, the Process builder is treating a currency field value to be 0 or Null. Therefore bypassing the criteria and ...
0
votes
0answers
23 views
API call is not triggering process builder
Issue: Process Builder which creates related records, Journeys, is not firing from API calls.
Setup: I have a process builder, let's call it PB1, where based on the criteria of our custom object ...
0
votes
0answers
30 views
An internal server error has occurred in salesforce
Getting Error :- "An internal server error has occurred"
I am tring to integrate Facebook and salesforce. I got Access token and i was tring to send GET request to Facebook Graph API as below.
...
1
vote
0answers
17 views
Finding out command line Data loader version
In my project,using command line data loader for past 7 years.I am not able to find out version of command line data loader in Production.
is there any way to know the version number?
0
votes
1answer
21 views
Required fields are missing (Bulk API)
I'm trying to upsert a new Contact record using the Bulk API and it's returning the following error:
[{"errors"=>
[{"fields"=>["DDA_External_Id__c"],
"message"=>["Required ...
1
vote
1answer
34 views
How to Use Reserved Keywords in a REST Resource?
I have configured Plivo SMS in my org. Sending and logging outbound messages is no problem. I have configured a Plivo app to direct inbound SMS to my rest resource to create an inbound record (custom ...
0
votes
0answers
39 views
How to retrieve the post, likes , comments from linkedin to salesforce using Update Key?
I am new to Linkedin Integration. I had shared Post from Salesforce to linkedin Calling rest API using post method and send data in JSON format. Got Output in json format as:
updateKey and updateUrl ...
0
votes
0answers
24 views
DataStage Salesforce integration - Upsert operation
We are trying to perform an upsert operation in Salesforce through Datastage. We get an error that says:
"the object is not upsertable"
The user account that runs the Datastage job has enough ...
0
votes
1answer
16 views
How to pass UserId Dynamically when reading the event information related to user and How to pass userid to RestRequest?
I want to get the user related events based on userid I'm trying to retrieve the event details. Here my query is:
List<Event> events = [SELECT Subject,StartDateTime,EndDateTime FROM Event WHERE ...
0
votes
0answers
27 views
Where is CampaignInfluence object?
With the release of Winter '17, API access to Campaign Influence is opened. But when I tried to access campaign influence using the Developer Console or Data Loader it is showing ...
0
votes
1answer
19 views
how to send crypto data token id in the request header
i am making a request to a endpoint in apex. i have encrypted data and key using crypto class, now i want to send the encrypted data and token id in the request header for authorization using GET ...
1
vote
1answer
23 views
Can we sort report columns using Report API via APEX? I found this on the document 'Reports.ColumnSortOrder' but there's no example
I have the below codes to get and run report using Reports API via apex but I need to the sort the first column of the report.
List <Report> reportList = [SELECT Id,DeveloperName FROM Report ...
1
vote
1answer
10 views
How can I insert a nested object graph using the Force.com .NET toolkit?
I am using the .NET toolkit to integrate a website I am developing into Salesforce. Primarily the client wants to push entire quotes into Salesforce with the website. At the moment I am creating the ...
0
votes
0answers
17 views
$Api.Partner_Server_URL_100 returning different result in Salesforce Community
I have a managed package that is using the Api.Partner_Server_URL_100 to get the serverURL that can be used by the external system to call back into the Salesforce using Soap API. When I am logged in ...
0
votes
1answer
18 views
Entering an image URL into a rich text area field from an API response
I am getting a URL for an image from an API call that I am assigning to a Rich text area field in Salesforce. The field is being populated with the text of the URL rather than the actaul image.
Is ...
0
votes
1answer
41 views
API describeSObjects() version 37 does not work with older versions
We have downloaded the Partner.wsdl version 37.0 from Salesforce, which we use with our application to connect to Salesforce(using AXIS) to read/write records and to build the metadata locally read ...
3
votes
1answer
35 views
Can I take a WSDL from an external system and use it in Salesforce as the format that Salesforce should accept?
I am going about an integration with an external system and they are providing me with two WSDL files.
Salesforce2Parter.wsdl
Partner2Salesforce.wsdl
I am able to import the Salesforce2Partner.wsdl ...
1
vote
1answer
27 views
SOAP API limit for getUserInfo() method
Does SOAP API limit applies for getUserInfo() method ?
getUserInfoResult result = connection.getUserInfo();
If there is a limit then what will be it?
0
votes
0answers
20 views
How to pass values for custom fields on the Remedyforce Incident object when creating Service Request using REST API?
I am looking for a way to provide values for fields on the BMCServiceDesk__Incident__c object that are not mapped to questions. I know that it's possible to map values to answers in the JSON, but I ...
0
votes
1answer
17 views
PHP - Add a task to an opportunity
Using the Saleforces PHP library, how would I go about creating a 'New task' under an opportunity.
This is what I have going right now.
$obj = new stdClass();
$obj->WhatId = "Opportunity"; // Not ...
0
votes
0answers
37 views
Salesforce API throwing error some times while creating accounts:-> Error: Invalid URI “/services/data/v36.0/sobjects/Account”
We get this error from salesforce (in the sandbox environment) erratically while creating new accounts. Sometimes the account gets created successfully and at other times we get this error:
[Error: ...
0
votes
0answers
15 views
SessionID invalid in SOAP API but not affected in UI
I have a session id (taken from an Apex Class) for a single sign on user which expires every 15 minutes of inactivity via SOAP API. But the Salesforce UI, if inactive for 15 minutes does not expire. ...
1
vote
1answer
35 views
Callouts in triggers not currently supported? [duplicate]
I'm getting an error when I am call non void method from REST API class. Trying to add the Rest Response id in contract object.
trigger RestAPIcalloutTrigger on Contract (after insert , after Update) ...
0
votes
1answer
18 views
How can I get Opportunity URL?
I'm trying to get some data from salesforce to my Google SpreadSheet with Google Apps Script.
I have such a request
SELECT o.ID, o.Name, a.name, o.Amount, o.StageName, o.CloseDate, o.CreatedDate FROM ...
2
votes
0answers
32 views
How can I find the AuthSession that corresponds with the current Session Id?
In my external application I have a Session ID (a.k.a Access_Token) and server URL. This may have been sourced from any number of locations. Such as:
A Composite Apps query string URL on the iframe
A ...
0
votes
0answers
33 views
Attempt to de-reference a null object error is returned when making a POST to the RemedyForce REST API
I am trying to create an SR using the BMC RemedyForce REST API by making an HTTP POST to https://mydomain/services/apexrest/BMCServiceDesk/1.0/ServiceRequest URL.
The response is returned with Status=...
0
votes
1answer
23 views
API callout in Professional Edition from Managed package
I'm developing a managed package which will make Rest API call out to the external system.
We will make this app live on app exchang after security review process.
Is it possible to use this app in ...
0
votes
0answers
11 views
LiveAgent - Fields aren't being mapped to the newly created Lead
I've implemented a LiveAgent deployment and setup a pre-chat form. However, the information entered by the customer is not getting mapped to the fields specified in the newly created Lead. After ...
0
votes
0answers
16 views
How to create dataextension in child business units using axis2 API call
We are trying to create dataextension in child unit(ex: ShopRainIn - 6243063) using axis2 API call. Following piece of code written to do the same but it is always creating dataextension in parent ...
1
vote
0answers
26 views
Error: sObject type 'Organization' is not supported
My company runs a SaaS application and we have hundreds of organizations integrated with Salesforce. For one customer in particular we are receiving the following error when attempting to authenticate ...
-1
votes
1answer
24 views
Is “Open Web API” the same thing as “Streaming API Events”? [closed]
Is "Open Web API" the same thing as "Streaming API Events" ?
I am using "API Request" and I need to know that "API Request" is NOT "Open Web API" " and I need to know that "API Request" is NOT "Open ...
0
votes
1answer
27 views
Bulk API Illegal Characters
We are developing a small external program in C# to migrate records between Salesforce organizations using the Bulk API. The data submitted to Salesforce use the XML format.
Our issue is that for ...