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.
professional maid services Park Ridge ..ERP is the acronym of Enterprise Resource Planning. Multi-module ERP... Read More
The cornerstone of successful automated office systems is the ability... Read More
Microsoft Business Solutions CRM proved to be reliable solution in... Read More
eStore Advantage allows front-office applications to communicate with back-office business... Read More
Microsoft Great Plains might be considered as ERP platform to... Read More
Microsoft bought Navision, Denmark based software development company, along with... Read More
The vast majority of us will have, at some point,... Read More
You might think you don't need a firewall... Read More
Professional services firm cuts costs and improves productivity with integrated... Read More
Beginning with Domino version R4 it has integration with the... Read More
In this short FAQ style article we would like to... Read More
In the case when you represent mid-size or mid-size-to-large business,... Read More
The Internet is reshaping every form of communications medium, and... Read More
If you company is small or mid-size special products or... Read More
In order to implement VLANs in a network environment, you'll... Read More
Sometimes your PC will start acting strange for no apparent... Read More
The purpose of one of our projects was MS Exchange... Read More
Finally, you have some time to personalize your desktop with... Read More
Domino server is a buffer between the operation system and... Read More
You turn on your computer, and it doesn't look quite... Read More
DBxtra goes ASPGetting to the information hidden within corporate databases... Read More
Viruses and spyware usually show up on your computer one... Read More
There are so many different programs that clutter up your... Read More
Hi, Guys,I believe a lot of programmers are trying to... Read More
Innovative Maintenance Systems (IMS) is one company that offers solutions... Read More
cleaning lady near Lincolnshire ..We don't think about mainframe software pricing anymore, we just... Read More
Sometimes your PC will start acting strange for no apparent... Read More
If you've been using MySQL database to store your important... Read More
In 2004 Oracle, Inc. made its new step toward J2EE... Read More
Microsoft Great Plains might be considered as ERP platform to... Read More
MS CRM is very close to document workflow automation, including... Read More
I completed an experiment recently. I wanted to find out... Read More
You turn on your computer, and it doesn't look quite... Read More
Great Plains Accounting, accounting package for mid-size and small companies... Read More
What is Snort?Snort is an open source network intrusion detection... Read More
Microsoft Business Solutions CRM proved to be reliable solution in... Read More
Passwords protect your most sensitive personal, financial and business information.... Read More
Many Webmasters have never bothered to view their website's server... Read More
If you copy something from a Web site or elsewhere...... Read More
Bar charts, bar graphs, and any other chart or graph... Read More
Does Microsoft care for WebmastersIt's always been a problem with... Read More
When reading an article where some term is used often,... Read More
To all web designers out there, this article is for... Read More
You would like to protect your documents, wouldn't you? Reasons... Read More
Although statistics often is blamed for various deadly sins --... Read More
While several preventive maintenance software manufacturers offer free trials for... Read More
Microsoft Great Plains could be tuned and setup to fit... Read More
Are you ready? SQL Server 2005, the next-generation data management... Read More
For a long time now Microsoft's Internet Explorer has ruled... Read More
In this small article we will be looking at the... Read More
Software |