First of all, create linked service using salesforce connector, then create dataset without selecting the object. Once the dataset is created, open the dataset and go to parameters tab and create a new parameter called 'object'. Then go to connection tab and in object API name, click ...
This kind of error occurs when there's a mismatch in the expected format of the query parameters. In your WHERE clause you are using an array so you may need to use a Set Variable activity to construct a string from your array that fits the SOQL query format and then update your ...
How can I run my 16k character soql statement in SFDX? Contributor amphro commented Apr 3, 2020 It is the command length of your shell. There is no way to work around it other than trying to find a shell that has a longer command length. We could use this as a feature request to...
Apex written within an asynchronous method gets its own independent set of higher governor limits/ Use @future method to fix the issue. Summary I hope this post helped you to understand what is Too Many SOQL queries issue is and how to fix it....
Custom SOAP API Endpoints could be a very powerful capability to enhance Salesforce Integration offering to the external applications. In custom APIs, we can make full use of all available programming capabilities of Apex, SOQL, and other programming artifacts. ...
–Enter Body like below (You can use your own SOQL query). Keep in mind SQOL must be encoded for JSON format. This means the entire SQL must be in one line (replace new lines with \r\n , quotes with \” and tabs with \t) For example, to execute SELECT Id, Name FROM Accounts,...
The calculator project can be completed in a relatively short amount of time and can be expanded upon by adding more complex logic or graphical user interfaces. For example, you might add the ability for a user to push buttons instead of entering text. Or, maybe you want to parse a single...
Your into writing an application/powershell/ssis/c#/vb.net stuff to talk to salesforces soap apis and running some soql to csv files then pushing those into your database. If it was me would be SSIS but whatever skills you have available would make it work as long as you can query th...
How to query Junction Object in Salesforce? Creation of Junction Object is done by the following steps but it can also be accessed by the use of SOQL (Salesforce ObjectQuery Language) query too. SOQL query can be used to access the data from the junction object. This can be done in th...
January 29, 2025 Developers SF Ben Insider: What’s Next for Salesforce Devs? Lessons from 15 Years in the Game By Sasha Semjonova January 24, 2025 Developers Master Queueable Apex: When, Why, and How to Use It By Jumber Mdivnishvili ...