José

Results 5 comments of José

Sorry for the delay. Using ADO it looks like this, either with [Hana](https://help.sap.com/viewer/0eec0d68141541d1b07893a39944924e/2.0.03/en-US/60c13cd630c044f4a4d71b550c354a5d.html) or [Odbc ](https://docs.microsoft.com/es-es/dotnet/api/system.data.odbc?view=netframework-4.5)classes. ```c# HanaConnection connection = new HanaConnection("connectionString"); connection.Open(); var command = new HanaCommand(@"SELECT ""DocEntry"", ""CardCode""...

Setting different mappings for the same WP object would be great. In the Drupal plugin, for example, different mappings can be used for different webform submissions based on Entity Bundle...

Hi, SalesforceSharp works with API version 28.0 by default as you can see in the [SalesforceClient](https://github.com/giacomelli/SalesforceSharp/blob/73fce23ce6a567ae142f968e68195aa21074add7/src/SalesforceSharp/SalesforceClient.cs#L46) class. Change the value for [ApiVersion](https://github.com/giacomelli/SalesforceSharp/blob/73fce23ce6a567ae142f968e68195aa21074add7/src/SalesforceSharp/SalesforceClient.cs#L63) property to a newer version after calling the...

Thanks, it helped us to get that value in our own fork. The same applies for phone in CustomerShipping. It looks like REST API mantainers forgot to update the docs....

Thanks, all the links to the binaries I saw are dead and the first build attempt was not succesful (my IDE is not ready for C++ I guess).