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.
scheduled maid service Northbrook ..2005 ? Back to the Future.What does the future hold?... Read More
Great Plains Fixed Assets Management module is a robust tool... Read More
You would like to protect your documents, wouldn't you? Reasons... Read More
I completed an experiment recently. I wanted to find out... Read More
Three highly respected names in Human Resources have joined forces... Read More
Trying to figure out a stream in banning one email... Read More
1. What determines the software price? Is it Per Seat... Read More
Table of Contents1) Introduction 2) Related Work 3) Framework 4)... Read More
1. With mapping software you can create a report that... Read More
Microsoft Business Solutions CRM is present several years on the... Read More
MicroWorld Technologies, Inc. the leading solutions provider in the area... Read More
We will base our prognosis on our Microsoft Business Solutions... Read More
If you've been using MySQL database to store your important... Read More
It's no secret that software companies operate in a very... Read More
Are you lost in the mess of documents that get... Read More
Before being able to choose a secure Internet communication system,... Read More
Once a business idea is selected, it is highly recommended... Read More
TikiWiki is open source software - it is written in... Read More
Microsoft bought Navision, Denmark based software development company, along with... Read More
Although we don't know whether Microsoft ever envisioned such a... Read More
Microsoft Business Solutions is emerging as very attractive vendor for... Read More
Most computer users use spreadsheets software such as Microsoft Excel... Read More
In our opinion, traditional approach when you select ERP/MRP system... Read More
The COSMIC FP (function point) software quality metric, is no... Read More
Fleet Maintenance Management is a critical position in any company... Read More
reliable maid service Highland Park ..Microsoft Business Solutions Great Plains is very good fit for... Read More
Siebel is traditional CRM market leader, however and mostly due... Read More
Microsoft Business Solutions main middle market ERP application - Microsoft... Read More
Think of this, first we had the HAM Radio, then... Read More
Microsoft CRM was designed to be easily customizable. Microsoft CRM... Read More
What is RAID RECOVERY?RAID stands for Redundant Array of Inexpensive... Read More
Microsoft Business Solutions CRM is now approaching the phase of... Read More
Well, even if the combination might look very unusual, we... Read More
Java has come along a long way. Many would agree... Read More
Many Webmasters have never bothered to view their website's server... Read More
Document Manager and Version HistoryIn previous articles I have discussed... Read More
It is possible that if one avoided all sources of... Read More
Microsoft Business Solutions Great Plains was historically designed to serve... Read More
Since its release in 1987, QuarkXpress had made an immediate... Read More
While I was preparing some personal background information for a... Read More
Great Plains Integration Manager scripting and translation - overview for... Read More
Introduction to C++Why Learn C++?C++ may at first seem like... Read More
I've been active in the Cisco Certification track for four... Read More
Which Type of Shop Can Rely On A Home Built... Read More
If you have Microsoft Great Plains and support it for... Read More
Case study: A secretary using Corel WordPerfect 7 is often... Read More
Microsoft Business Solutions CRM and IBM Lotus Notes Domino, being... Read More
It is really interesting that a bug can create problem... Read More
eStore Advantage allows front-office applications to communicate with back-office business... Read More
Let's first look at your ERP system selection (without Retail... Read More
Software |