function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nitesh Kumar 36Nitesh Kumar 36 

How to get AccountNumber OR AccountID from SalesForce by C#

I want to create some record inside my account , for that i need accountNumber
please help me out that how i can get this???

Thanks in advance !!!!
dougmcintyredougmcintyre
Hi Nitesh,

Here is a great utility up Github that can give you a great head start with C#...  https://github.com/giacomelli/SalesforceSharp

I have used it a number of times.  Very easy to use and implement.

Happy Coding!