What is the Salesforce version naming and numbering schema?
What is the apt way to comment on salesforce version. For example Salesforce has released SPRING 15, but I see the API Version as 33.0
What is the apt way to comment on salesforce version. For example Salesforce has released SPRING 15, but I see the API Version as 33.0
How can I get a specific object’s ‘Recent Items’ object Ids in Apex or SOQL?
Please note. I am not talking about the recent Items displayed on the homepage showing object types.
I have been using the Partner wsdl to connect to SalesForce from my C# application for a few years. When I found out that SalesForce was turning off TLS 1.0, I did some reading and found out that updating my C# application to the .NET 4.6 Framework should get it to use TLS 1.1 or TLS 1.2, so problem solved? No.
I’m writing some Java code to retrieve attachments from Salesforce.
I’m trying to send a triggered send as is explained here: https://code.exacttarget.com/apis-sdks/fuel-sdks/triggered-sends/triggered-send-send.html#phpsend
How can I use the salesforce api to get a list of opportunities such that each opportunity contains it’s opportunity line items?
I’m fairly new to salesforce and lwc so apologies if this question has an easy answer.
In my company’s existing CRM system we have a lot of public APIs that are accessible to everyone in the web (kinda like Flickr APIs).
I am creating a Landing Page in Marketing Cloud and would like to use the API to query an Object and filter by a specific property, returning only relevant results.