Тёмный
No video :(

Salesforce REST API Integration: How to make Rest request from Dot Net to Salesforce 

AITECHONE
Подписаться 1,4 тыс.
Просмотров 6 тыс.
50% 1

We @AITechone provide online training on Salesforce, Machine Learning, Python, Data Visualization, and many more technologies along with live projects, case studies, and study material. Training is provided by real-time industry professionals, and they are subject matter experts giving or sharing the best of the knowledge they gained over some time. Along with training we also offer Resume Screening, Resume Preparation, Soft Skills training, Interview Preparation, Remote Support, Job assistance, and many more.
#SalesforceIntegration #DotNetIntegration
#DotNetDeveloper
#SalesforceAPI #SalesforceCoding #CRMIntegration #SalesforceDotNet #DotNetCustomization #DotNetAppDevelopment
🔍 Explore our videos to:
🚀 Learn actionable tips and tricks to Salesforce, Power BI, Einstein Analytics, and Many More
💡 Stay updated on the latest trends and developments in Salesforce, Power BI, and Einstein Analytics.
💬 Engage with a vibrant community of like-minded individuals.
🎓 Sharpen your skills and expand your knowledge base.
Join us on this exciting journey of [describe the journey your channel offers - e.g., exploration, education, entertainment]. Don't forget to hit the subscribe button and turn on notifications so you never miss out on our latest uploads!
For more information visit: www.aitechone.com
For Complete Course Details visit: aitechone.com/...
Contact us: aitechone.com/c...
Email: support@aitechone.com, info@aitechone.com
Contact us on Whatsapp: api.whatsapp.c....
Linkedin: / 3131. .
Facebook Page: / aitechone-10. .
Follow us on Twitter: / atechone
Contact No: +918118861309, +917080814180(WhatsApp)

Опубликовано:

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 11   
@markmidwest7092
@markmidwest7092 2 года назад
Thank you for putting this out there. This is very useful for the C# developer who has some familiarity with Salesforce like myself.
@alibutt2646
@alibutt2646 2 года назад
Hi, Good work. just a suggestion, you should place the required code snippets in the description. that would help better mapping on actual.
@AshwinKumar-kc7ly
@AshwinKumar-kc7ly Год назад
I too was thinking just that.
@omarsebakhi
@omarsebakhi Год назад
You make a huge and great help for me!!!! How to thank you?
@tttttttt3531
@tttttttt3531 2 года назад
What is the url we need to give in api end point I am writing this method in web api
@AshwinKumar-kc7ly
@AshwinKumar-kc7ly 9 месяцев назад
I am getting the error "The requested resource does not exist" while querying. Login method works fine. I am a System Administrator and there are nothing in Field Level Security that might cause this. Can someone please let me know a way to address this issue?
@aitechone5907
@aitechone5907 9 месяцев назад
Hi , can you pls send me query which u will be using.
@AshwinKumar-kc7ly
@AshwinKumar-kc7ly 9 месяцев назад
@@aitechone5907 Thanks for responding. These are the three lines I am using for calling the methods in the client - var client = CreateClient(); client.Login(); Console.WriteLine(client.Query("select Name from Account"));
@AshwinKumar-kc7ly
@AshwinKumar-kc7ly 9 месяцев назад
This is the code for the method "Query" - public string Query(string soSQL) { using(var client =new HttpClient()) { //string restResult = InstanceURL + API_Endpoint + "query?q=" + soSQL; string restResult = $"{InstanceURL}{API_Endpoint}query?q={soSQL}"; Console.WriteLine("restResult --- " + restResult); var req = new HttpRequestMessage(HttpMethod.Get, restResult); req.Headers.Add("Authorization", "Bearer" + AuthToken); req.Headers.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json")); req.Headers.Add("X-PreetyPrint", "1"); var res = client.SendAsync(req).Result; return res.Content.ReadAsStringAsync().Result; } }
@wahebbenzaid543
@wahebbenzaid543 Год назад
Hi, I got an error : unsupported grant type
@aitechone5907
@aitechone5907 Год назад
pls check your credentials and security token.
Далее
3d printed demon core vs real
00:24
Просмотров 7 млн
Salesforce API Fundamentals
37:51
Просмотров 54 тыс.
Informatica Cloud CI/CD using REST API
57:30
Просмотров 6 тыс.
Getting Started With Salesforce REST API
15:07
Просмотров 23 тыс.