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.
Airbnb cleaning service Glenview ..Microsoft Great Plains as ERP and Microsoft CRM as... Read More
Great Plains Integration Manager scripting and translation - overview for... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
The COSMIC FP (function point) software quality metric, is no... Read More
Currently Microsoft Business Solutions is on the way of creating... Read More
Microsoft Great Plains and Microsoft CRM become more and more... Read More
What is Colossus?Colossus is software licensed to about twenty-five insurance... Read More
Make-or-Break Factors in Success and ProfitabilityFor quick printers, estimating can... Read More
Microsoft Business Solutions Great Plains serves multiple industries in the... Read More
What is a Web Database?A web database is a database... Read More
Cyberspace has opened up a new frontier with exciting possibilities... Read More
With the advent of 'Service Pack 2' for Windows XP... Read More
#5 All your hardware components like Printers, PCs etc come... Read More
The various resume software offered, particularly on the internet, can... Read More
Stealing company information used to be the specialty of spies... Read More
Ok... Where to start?Well, I guess I will start at... Read More
Remember nice and prosperous Clinton era? When you implemented innovative... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
The adware and spyware definitions list is very long. But... Read More
Are you a whiz at calculating financial information? Not the... Read More
It's not very often I get excited about a software... Read More
Crystal Reports is the most flexible tool on the market... Read More
Blue Cross and Blue Shield of Hawaii (HMSA) found itself... Read More
Features Additionally, Vista will include many other new features.Aero Vista... Read More
1. Replace Dexterity cursor with SQL Stored Procedure Dexterity... Read More
efficient cleaning crew Highland Park ..Traditionally we were considering functionally rich systems, such as SAP,... Read More
This tutorial covers OLAP solutions used by Data warehouses and... Read More
Microsoft Great Plains is becoming more and more popular and... Read More
At the end of XX century, in the late 1990th... Read More
It is now common thing when large corporation selects mid-market... Read More
All your software is stored on a hard-drive. But how... Read More
Are you a whiz at calculating financial information? Not the... Read More
Microsoft Great Plains fits to majority of industries, in the... Read More
Microsoft Great Plains, Navision, Solomon and Axapta are Microsoft Business... Read More
Enabling Chinese input is quick and easy, there are only... Read More
NOTE: Please take time to read on - it may... Read More
Following tips help you to learn a software in lesser... Read More
Microsoft Business Solutions Great Plains is mid and even corporate... Read More
In linux, one of great commands for finding out information... Read More
Research bears that less than 70 percent of development projects... Read More
Many Webmasters have never bothered to view their website's server... Read More
IBM Lotus Notes Domino and Microsoft CRM (Client Relation Management)... Read More
An operating system (abbreviated OS) is essentially the path through... Read More
SAP Inc., a global leader in client/server enterprise application software... Read More
The Software 2005 conference is now a wrap. This conference,... Read More
Does Microsoft care for WebmastersIt's always been a problem with... Read More
You would like to protect your documents, wouldn't you? Reasons... Read More
Microsoft Great Plains, former Great Plains Software Dynamics, eEnterprise has... Read More
Intro This concise article will tell you in plain English... Read More
If you copy something from a Web site or elsewhere...... Read More
Software |