Questions tagged [salesforcesharp]
3 questions
1
vote
1 answer
Can connect to Salesforce connected app locally but not when published in Azure function
I'm having this issue with my custom integration to Salesforce from an Azure function right now. For some reason when I test locally and use the local endpoint with Postman I can authenticate with Salesforce just fine but when I publish my Azure…

tokyo0709
- 1,897
- 4
- 28
- 49
1
vote
0 answers
Can't login to Salesforce sandbox using SalesforceSharp—InvalidGrant
When I try to login to my sandbox using SalesforceSharp, I'm getting the following error message:
InvalidGrant: Authentication Failure
Here's what I've done:
Pass in the username, password, clientId, and clientSecret (SalesforceSharp)
Append my…

birdus
- 7,062
- 17
- 59
- 89
-1
votes
1 answer
SalesforceSharp No such column 'COMPLETEDDATETIME' on entity 'Task' error
Using SalesforceSharp in my app and running across this weird issue. I get the following error on a standard field "No such column 'COMPLETEDDATETIME' on entity 'Task'. If you are attempting to use a custom field, be sure to append the '__c' after…

K Haze
- 1
- 1