Microsoft CRM ? Client Relationship Management package from Microsoft Business Solutions was initially designed to be customizable with Microsoft Visual Studio.Net and one of its programming languages ? C#.Net or VB.Net. You can use ADO.Net, Web Service, Transact SQL scripting and stored procedures, deploy such SQL Server tools as Linked Server to all ODBC/OLEDB compliant database, including ORACLE, Sybase, Ingress, DB2, Unidata, Pervasive SQL, Ctree and even Lotus Notes/Domino.
In this small article we would like to give you the clue on programming the integration with SQL third party Database.
First ? use Microsoft CRM SDK to initiate communication with Microsoft CRM, we have it in C#:
String[] arr1 = coll.AllKeys;
int loop1, loop2;
for (loop1 = 0; loop1 0?1:arr1.Length); loop1++)
{
String[] arr2 = coll.GetValues(arr1[loop1]);
for (loop2 = 0; loop2 < arr2.Length; loop2++)
{
strAccountId = arr2[loop2].Replace("}",null);
strAccountId = strAccountId.Replace("{",null);
}
}
if (Page.IsPostBack==false)
{
// Server should be set with the name of the platform Web server
string Server = ConfigurationSettings.AppSettings["ServerName"];
// VirtualDirectory should be set with the name of the Microsoft
// CRM Virtual Directory on the platform Web server
string VirtualDirectory = "mscrmservices";
string strDir = "http://" + Server + "/" + VirtualDirectory + "/";
// BizUser proxy object
Microsoft.CRM.Proxy.BizUser oBizUser = new Microsoft.CRM.Proxy.BizUser ();
oBizUser.Credentials = System.Net.CredentialCache.DefaultCredentials;
oBizUser.Url = strDir + "BizUser.srf";
// CRMAccount proxy object
Microsoft.CRM.Proxy.CRMAccount account = new Microsoft.CRM.Proxy.CRMAccount ();
account.Credentials = System.Net.CredentialCache.DefaultCredentials;
account.Url = strDir + "CRMAccount.srf";
Then you use ADO.Net for calling stored procedure with parameters to do the integration job:
try
{
string SQLStatement="ICS_UpdateAccountPrivate '"+
strAccountId +"' , '" + this.TextBoxWorkPerformed.Text +
"' , "+doubleEncode(System.Double.Parse(this.TextBoxAnnualRevenue.Text))+" , "+
intEncode(System.Int32.Parse(this.TextBoxNumberOfEmployees.Text.Replace(",","")))+" , "+
doubleEncode(System.Double.Parse(this.TextBoxAverageGrowthRate.Text))+" , "+
"'"+this.DropDownListOwnership.SelectedItem.Text +"' , "+
intEncode(System.Int32.Parse(this.RadioButtonList.SelectedItem.Value))+" , "+
intEncode(System.Int32.Parse(this.TextBoxCredit.Text.Replace(",","")))+" , '"+
this.TextBoxComments.Text+"'";
System.Data.SqlClient.SqlConnection tmpConnection =
new System.Data.SqlClient.SqlConnection(ConfigurationSettings.AppSettings["ConnectionStringICS"]
) ;
About The Author
Andrew Karasev is Chief Technology Officer in Alba Spectrum Technologies ? USA nationwide Great Plains, Microsoft CRM customization company, based in Chicago, California, Texas, Florida, New York, Georgia, Colorado, Oregon, Washington, Canada, UK, Australia and having locations in multiple states and internationally (www.albaspectrum.com), he is CMA, Great Plains Certified Master, Dexterity, SQL, C#.Net, Crystal Reports and Microsoft CRM SDK developer. You can contact Andrew: 1-866-528-0577 www.albaspectrum.com.
maide service in Lincolnshire ..If you have been running Windows XP for a couple... Read More
If you copy something from a Web site or elsewhere...... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
A UNIX Shell is in simplest terms, a command line... Read More
The US House of Representatives has recently passed the "Spy... Read More
Microsoft Business Solutions Great Plains has many years of successful... Read More
Some companies that are in need of fleet management may... Read More
Document Manager and Version HistoryIn previous articles I have discussed... Read More
Microsoft Business Solutions Great Plains is very popular ERP/MRP applications... Read More
Microsoft Great Plains is main mid-market application from Microsoft Business... Read More
Words we choose to describe things and phenomena often show... Read More
Microsoft CRM has built-in conversion tool, however you should probably... Read More
Need help making sense of algebra? Have algebra lectures in... Read More
Microsoft CRM is winning market share step-by-step from such the... Read More
Microsoft Business Solutions Great Plains is Dexterity-written application and currently... Read More
RSS (Really Simple Syndication) is a way for a site... Read More
Microsoft Great Plains, designed back in 1990th as database transferable... Read More
2005 ? Back to the Future.What does the future hold?... Read More
In the early days of the personal computer, we're talking... Read More
Sometimes your PC will start acting strange for no apparent... Read More
If you have Microsoft Great Plains and support it... Read More
Your computer cost you from hundreds to thousands of dollars,... Read More
Microsoft Business Solutions Great Plains is mid and even corporate... Read More
Microsoft Great Plains as ERP and Microsoft CRM as... Read More
Rapid Application Development (RAD) is a software development methodology. In... Read More
cleaning lady near Deerfield ..When my daughter was getting into AOL instant messaging (AIM)... Read More
Microsoft Great Plains is main Microsoft Business Solutions product, targeted... Read More
Creating a new markup language.Introduction.General Reuse Markup Langauge, or GRML,... Read More
This is intermediate level SQL scripting article for DB Administrator,... Read More
ERP is the acronym of Enterprise Resource Planning. Multi-module ERP... Read More
Microsoft Great Plains is one of three Microsoft Business Solutions... Read More
Ad-Aware and Spybot are probably the two most well known... Read More
.Net Framework is a platform or development environment to seamlessly... Read More
Microsoft Business Solutions offers several ERP applications: Great Plains, Navision,... Read More
XML parser is a software module to read documents and... Read More
Mapping Software Improves Data VisualizationFrom the outset, it is important... Read More
Features Additionally, Vista will include many other new features.Aero Vista... Read More
Whether you have used Microsoft Word for years, have just... Read More
For a windows user like me, just can watch with... Read More
Looking at all the ads which promise to get rid... Read More
I've been active in the Cisco Certification track for four... Read More
Heard about the Quark "killer"?Adobe InDesign CS2. Will it really... Read More
Blue Cross and Blue Shield of Hawaii (HMSA) found itself... Read More
Microsoft Great Plains and Microsoft CRM become more and more... Read More
Microsoft Business Solutions Great Plains has Project Accounting module where... Read More
Although statistics often is blamed for various deadly sins --... Read More
Microsoft bought Navision, Denmark based software development company, along with... Read More
When you need a phone number, you do a quick... Read More
Have you ever noticed that when you look at your... Read More
Scrapbooks are very popular these days. I think that almost... Read More
Software |