web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Jason Lattimer's Blog / SOAP Only Authentication Us...

SOAP Only Authentication Using VBA

jlattimer Profile Picture jlattimer 24,562
Just in case you might need to access CRM from VBA using SOAP. You could probably do some something interesting with this.

This is based on the C# example I posted previously.

The full sample is a macro-enabled Excel file that authenticates to CRM using VBA and then returns the logged in user's name.

https://github.com/jlattimer/CRMSoapAuthVBA

The code to generate the SOAP headers looks like this:


This was originally posted here.

Comments

*This post is locked for comments