salesforce Questions
2
I am not sure where the issue is. I am trying to get the Salesforce CLI and VS Code development flow set up so I can start working, but I am running into basic issues that don't seem to be experien...
Thuja asked 20/5, 2021 at 16:24
7
Solved
When hitting https://login.salesforce.com/services/oauth2/token, using Postman.
POST https://login.salesforce.com/services/oauth2/token
Response:
I receive a token, but when I try to do some...
Jazmin asked 13/5, 2019 at 18:36
17
I am trying to get the Session ID for my salesforce partialbox.
My Code:
curl https://test.salesforce.com/services/oauth2/token -d "grant_type=password" -d "client_id=definitely the ...
Iciness asked 8/12, 2015 at 11:13
3
Solved
I have added values to a Custom Object multi-select picklist as well as a Standard Object multi-select picklist (both fields are custom) and the new values fail to show up on the record as a choice...
Wedding asked 14/7, 2011 at 15:31
12
Solved
Is there a way to validate a Salesforce ID, maybe using RegEx? They are normally 15 chars or 18 chars but do they follow a pattern that we can use to check that it's a valid id.
Bayberry asked 16/3, 2012 at 18:51
1
Solved
I am using Bruno and trying to get Auth Token.
When I am sending the Post request, Getting below error:
Error invoking remote method 'send-http-request': Error: unable to get local issuer certifica...
Joub asked 7/2 at 5:11
14
I am trying to use OAuth authentication to get the Salesforce Authentication Token, so I referred wiki docs, but after getting authorization code, when I make a Post request with 5 required paramet...
Runoff asked 9/10, 2012 at 6:48
3
I've written a Python 3.7 script that asynchronously (asyncio 3.4.3 and aiohttp 3.5.4) creates a Salesforce bulk API (v45.0) job/batch using multiple objects queried by a single SOQL statement each...
Haven asked 28/5, 2019 at 16:47
2
ELK with salesforce
URL:http://localhost:9200/>,
:error_type=>LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError,
:error=>"Elasticsearch Unreachable: [http://localh...
Onder asked 1/6, 2017 at 16:17
2
Solved
I want to deserialize JToken content to an object (User). How am I able to do this?
Here is my json string:
string json = @"[{""UserId"":0,""Username"":...
Tice asked 13/2, 2015 at 3:41
6
Warning: Deprecated environment variable: SFDX_JSON_TO_STDOUT. Please use SF_JSON_TO_STDOUT instead.
(Use node --trace-warnings ... to show where the warning was created)
Warning: The "force o...
Subtenant asked 1/6, 2023 at 9:52
8
I found some questions here on how to create a SaaS. This much is easy, but what I don't understand is what makes an application a PaaS and not a SaaS. What lines does an application cross before w...
Fleer asked 16/10, 2010 at 1:29
3
Solved
Is there a way to determine if a trigger is being executed by an API call or through the Salesforce Web Interface?
I'd like to do something like this:
trigger Update_Last_Modified_By_API on My_Ob...
Lumenhour asked 19/9, 2012 at 13:34
14
I have Eclipse Juno and Force.com IDE. When I try to create new classes they always show: failed to create the part's controls. It worked for the first time, but now they always show this. Same hap...
Kierkegaard asked 11/1, 2013 at 14:39
7
Solved
I am using the Visual Studio Code for my salesforce development. I have some issues with Git as a repository. When I right-click on the package.xml and say Retrieve Source From Org, it is getting a...
Impostor asked 4/7, 2020 at 2:38
4
I want to do something that could be done in SQL:
select * from table
How can this be achieved using SOQL?
I won't be able to use Apex Code, because I run SOQL queries from a PHP page.
Matriarchate asked 20/6, 2014 at 11:37
3
Solved
I'm trying to query information from salesforce using the simple_salesforce package in python.
The problem is that it's nesting fields that are a part of a parent-child relationship into an order...
Seamstress asked 17/12, 2017 at 22:34
8
Solved
I am using salesforce rest api to access the salesforce account from my rails app.I created a remote access app and got the key N the id. I was able to authenticate the user and get the auth_token,...
Barter asked 23/5, 2011 at 9:32
7
Solved
I'm trying to store email addresses in Salesforce.com from another service that allows invalid email addresses to be specified. If one of those bad invalid email addresses is sent to Salesforce.com...
Karp asked 24/3, 2012 at 13:27
0
I would like to subscript to a Salesforce platform event. I am trying to create a client in C#/.NET for a Salesforce Pub/Sub API. There are examples in other languages but not in .NET : https://git...
Officiant asked 19/12, 2022 at 10:35
8
Solved
In SalesForce you can schedule up to weekly "backups"/dumps of your data here: Setup > Administration Setup > Data Management > Data Export
If you have a large Salesforce database there can be a s...
Fiore asked 16/4, 2012 at 16:49
3
Currently we are taking SalesForce data in to CSV file and reading this CSV file in Pandas using read_csv, to_csv methods. Do we have any other way to get data from SalesForce to pandas dataframe.
...
Mention asked 31/8, 2018 at 14:30
3
Solved
I want to know what all the existing values of a field are.
In SQL that would be something like:
SELECT DISTINCT foo
FROM bar
How might I do this with salesforce's SOQL?
Prune asked 2/3, 2018 at 0:12
2
Solved
I am new to BigQuery and am trying to convert numeric values (from Salesforce) to currency (preferably dollar value).
Very basically, what I have currently is:
SELECT salesforce.Name,
ROUND(sal...
Allen asked 18/2, 2020 at 1:11
2
Solved
I am using the Salesforce SOQL snap in a SnapLogic integration between our Salesforce instance and an S3 bucket.
I am trying to use a SOQL query in the Salesforce SOQL snap field "SOQL query*" to...
Noellenoellyn asked 4/2, 2020 at 22:59
1 Next >
© 2022 - 2024 — McMap. All rights reserved.