-
Using the TestZeus sample project for a proof of concept against our custom SalesForce organization. In our configuration, on the Accounts page, when you click New, we use a custom form.
![image…
-
```
What steps will reproduce the problem?
1.Loging by username and password
2.navigate setup>develop>API
3.reading the page
What is the expected output? What do you see instead?
>>It should have a w…
-
Hi
I am seeing differences in the way that client.create calls between local development environmenton Mac and production environment on Ubuntu 14.04 LTD both running rails 4.2.4 ruby 2.3.0. The bel…
-
```
What steps will reproduce the problem?
Campaign objCampaign = new Campaign();
objCampaign.Name = txtAccountSearch.Text;
string addedCampaignId = new CampaignController().Add(objCampai…
-
The Metadata WSDL is missing the following tag element, which is causing the `readMetadata` method to fail when using the SOAP Metadata API.
```
com.sforce.ws.ConnectionException: unable to find e…
-
Hi there
Recently made a decision to try out SF Hardis plugin since it allows to track components with obsolete API version.
I followed the instructions at https://nicolas.vuillamy.fr/handle-sa…
-
```
What steps will reproduce the problem?
1.
---------------------------
Microsoft Excel
---------------------------
Error Generated by request::not well-formed at byte index 11888
ExceptionCode : 1
…
-
```
What steps will reproduce the problem?
1.
---------------------------
Microsoft Excel
---------------------------
Error Generated by request::not well-formed at byte index 11888
ExceptionCode : 1
…
-
```
What steps will reproduce the problem?
Campaign objCampaign = new Campaign();
objCampaign.Name = txtAccountSearch.Text;
string addedCampaignId = new CampaignController().Add(objCampai…
-
Hey!
Trying to build a salesforce adapter and most of it is working well. I am trying to figure out how to specify the fields with the include.
I see you have a closed issue that talks about doi…