Questions tagged [documentation]
The documentation tag has no summary.
131 questions
0 votes
0 answers
149 views
How to fetch all the records from a Salesforce report?
I have been trying to fetch all the rows from a report in Salesforce. I was making an app for the App Exchange and wanted to provide a feature involving Reports. So far i was able to make this work - ...
0 votes
1 answer
73 views
Bulk API 2.0 - how to handle file encoding, Byte Order Mark (BOM) and columnDelimiter other than comma?
The docs on Bulk API 2.0 Insert provide no details How the api handles file encodings (UTF-8 vs. ANSI) If it expects a BOM (Byte Order Mark) How to configure columnDelimiter The docs contain this ...
0 votes
1 answer
142 views
Salesforce REST detailed documentation regarding standard objects resource
I'm currently integrating one of service to be able to use Salesforce Rest API. More specific- I try to create case via REST. I know that to create case I need to interact with /sObject/ resource. At ...
1 vote
2 answers
127 views
Salesforce: Batch Apex: State
I need to know something about a class that implements the batchable-interface. If I have a constructor defined, that initialize a non static member variable: Will the constructor be invoked for every ...
0 votes
1 answer
258 views
React Native Marketing Cloud SDK Kotlin initialization
I'm currently in the process of adding the Salesforce Marketing Cloud SDK to our React Native app, following the instructions posted in the README here: https://github.com/salesforce-marketingcloud/...
3 votes
0 answers
92 views
Salesforce database providers and infrastructure [closed]
I've heard from some architects (in person) that Salesforce database on classic instances runs on Oracle infrastructure, while Hyperforce runs on PostreSQL. I tried to find some official Salesforce ...
0 votes
0 answers
39 views
Seeking Insight into iparse.io Functionality Within Salesforce
Could someone kindly explain to me how iparse.io operates internally within Salesforce, or provide a reference to documentation? I have reviewed the documentation available at the following link (...
2 votes
0 answers
29 views
Official feedback mechanism for Developer Preview and Beta Features?
There are several new features in Spring '24 that are in Developer Preview or Beta. In the past, I thought the release notes included information on how to provide feedback on such features, but I ...
0 votes
1 answer
95 views
Where to report Salesforce documentation mistake/typo?
Reading through Salesforce documentation, I've found several mistakes and typos. Where to report them?
1 vote
1 answer
207 views
Understanding Salesforce Developer Docs
Where can I find resources that explain the layout of Salesforce docs. Like what the different detail subtitles are and mean. For example, what does properties mean and what is the full list of values?...
5 votes
3 answers
2k views
Is there a *public-facing* list of GACK codes?
While Salesforce's internal processes are somewhat shrouded in mystery, we have been allowed a high-level look at the GACK process. What our team is noticing is that certain GACK IDs are consistent : ...
1 vote
3 answers
158 views
When should a developer use doc1 over doc2 re: data table development in LWC
I'm curious why such rich documentation for data tables exists in two locations. Are both intended for LWC developers? Why are there 2 doc endpoints about similar topics? Doc1: developer.salesforce....
10 votes
2 answers
812 views
Async SOQL retirement
I see the note Asyc SOQL is scheduled for retirement in all Salesforce orgs as of Spring ’22 on SOQL and SOSL Reference. Is this a glitch in the documentation?
0 votes
1 answer
488 views
Salesforce Marketing Cloud - SOAP API - Python - Usable Properties For Data Extension Object Type
Is there documentation outlining all usable fields to pass into your SOAP packet when retrieving information on the DataExtension Object Type? I thought the below link was outlining usable fields with ...
0 votes
0 answers
156 views
Tool to extract custom objects including field names, descriptions and types into documentation?
I want to create HTML documentation pages like this for 50+ custom objects containing 1000+ fields. I'm aware that there are APIs for this information and that I could write my own tool (and did so ...