Questions tagged [salesforce-rest-api]
13 questions
1
vote
0 answers
Permission issue related to managed fields
I need to use REST API to insert a record into a table called:
conference360__Event__c
This table has the follow four…

curious1
- 14,155
- 37
- 130
- 231
1
vote
0 answers
HttpResponse[Status=Found, StatusCode=302]" while integrating Salesforce to AzureDevops
Integrating Salesforce to Azuredevops,
Creating Issue/Task/Bug to Azuredevops from the Salesforce custom page by using POST method RestApi.
Doing the same from postman service by using same url ,accesstoken etc and i am able to create task in the…

Ranganath C N
- 11
- 2
1
vote
1 answer
How to create a Salesforce Case with attachments using REST API?
I was able to create a new Case using the REST API but i need some help regarding these.
How to create cases in bulk ?
Can we create cases with attachments(CSV) ?

Ankush Rathour
- 348
- 3
- 12
1
vote
1 answer
how to insert a lookup field value into salesforce via a rest api when it's not a __c field?
NOTE: there are a million stackoverflow answers explaining inserting into lookup fields that talk about __c fields. They are NOT duplicates of this question.
so I'm trying to insert a value into a lookup field using the rest api.
If the field name…

Darren Oakey
- 2,894
- 3
- 29
- 55
0
votes
0 answers
When a lead is created send Salesforce Lead and Account Data to SAP Hybris from rest API callout
When a lead is created in salesforce I want to send all lead details and its account details to SAP hybris from rest API callout.
Can anyone suggest any source code related to how to send salesforce data to an external systems like…
0
votes
1 answer
Is it possible to create a custom Salesforce activity type via the REST API?
In Salesforce, I would like to add a custom activity to a contact's or opportunity's Activity timeline. For example, in the timeline below, we see an outgoing email, and two tasks:
As far as I can discover so far, this activities list is made of of…

user2943799
- 947
- 2
- 13
- 23
0
votes
1 answer
Integration between Salesforce CRM Anaytics with Mulesoft
We want to fetch the data from DataSet present in Salesforce CRM Analytics and insert the same data into the database using Mulesoft. Currently we are exporting the DataSet in a CSV using a recipe that creates an external Salesforce object and then…

Kunal Awasthi
- 29
- 3
0
votes
1 answer
Understanding the authentication process of Salesforce Inspector for debugging Salesforce applications
I'm intrigued by the automatic login feature of Salesforce Inspector, and I'm curious about how it accomplishes this process. Does Salesforce Inspector utilize cookies and session information to automatically authenticate the user when connecting to…

Himanshu Joshi
- 66
- 7
0
votes
0 answers
Salesforce Rest API Return Null if I query with Related record field
I am calling a SOQL query Rest API in salesforce. But it returns null when I add related record field in the query select.
API: {{instance_url}}/services/data/v55.0/queryAll?q=SELECT Id,RelatedRecordId FROM InteractionSummary WHERE Id=''
Query:…

thamshid cc
- 81
- 11
0
votes
0 answers
Invalid Session When Attempting To Call API Endpoint From Different Edition of Salesforce
Connected app has been setup with oAuth and necessary scopes for REST API. The access token and refresh token can be generated successfully when trying to login with different Salesforce Edition account. But when trying to make GET requests using…

JXS
- 1
0
votes
0 answers
The right way to create a custom object in a table via REST API
I am trying to create an object in a custom table through Salesforce REST API. The table is called B25__Reservation__c. The application is Booker25. Here is the code:
CloseableHttpClient httpClient = HttpClients.createDefault();
…

curious1
- 14,155
- 37
- 130
- 231
0
votes
0 answers
How to query a text with '&' in salesforce rest API?
I want to query a condition that include & in salesforce using rest API.
Eg:
{{instance_url}}/services/data/v55.0/queryAll?q=SELECT+FIELDS(STANDARD)+FROM+Case+WHERE+Status+IN+('Started','In
Progress & Review','Completed')
It splitting the query…

thamshid cc
- 81
- 11
0
votes
0 answers
Changing presence status of an agent from third party cloud server to salesforce
How to notify Salesforce cloud from a third part cloud server to change the presence status of an specific agent, who is logged in to Omni-Channel. A presence status can be Available, Away, Busy or Offline.
Do we need to use REST API with Salesforce…

User7723337
- 11,857
- 27
- 101
- 182