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.
eco-friendly cleaning service Bannockburn ..Microsoft Business Solutions Great Plains is very good fit for... Read More
As of now - Great Plains Dynamics/eEnterprise is transformed/renamed into... Read More
If you have been running Windows XP for a couple... Read More
To all web designers out there, this article is for... Read More
No matter how much you enjoy your favorite screensavers, sometimes... Read More
Microsoft Business Solutions CRM is present several years on the... Read More
Case study: A secretary using Corel WordPerfect 7 is often... Read More
Sales are all about leverage, because there is only so... Read More
Microsoft Business Solutions CRM is now approaching the phase of... Read More
Whether you are an experienced web programmer or a complete... Read More
Microsoft Business Solutions Great Plains as new ERP for multinational... Read More
Finally, you have some time to personalize your desktop with... Read More
If you feel intimidated when someone tries to teach you... Read More
Program Flow is what you think it is. How the... Read More
In linux, one of great commands for finding out information... Read More
Beginning with Domino version R4 it has integration with the... Read More
When you need a phone number, you do a quick... Read More
Before September of 1995, Microsoft ignored the Internet because their... Read More
ERP (Enterprise Resource Planning) Overview covers What is ERP, Brief... Read More
Programming Help for BeginnersWe write programs to instruct computers. When... Read More
The world of small business accounting software can be a... Read More
In the case when you represent mid-size or mid-size-to-large business,... Read More
An integral part of any quality CRM system is lead... Read More
The software giants don't do everything and don't always produce... Read More
What is RAID RECOVERY?RAID stands for Redundant Array of Inexpensive... Read More
cleaning lady near Lincolnshire ..IBM Lotus Notes with Domino email server is traditional document... Read More
The fact that a software tester is a most infamous... Read More
Simply put, fleet maintenance allows companies to monitor and maintain... Read More
ERP is the acronym of Enterprise Resource Planning. Multi-module ERP... Read More
Bad News - the Threat is Bigger than it SeemedHow... Read More
Whether you have used Microsoft Word for years, have just... Read More
If you are in a business that passes documents around... Read More
How would you like to prevent spyware and adware from... Read More
Your computer cost you from hundreds to thousands of dollars,... Read More
Microsoft Business Solutions Great Plains serves to the wide spectrum... Read More
NOTE: Please take time to read on - it may... Read More
OEComplete is a utility for managing the personal information of... Read More
Vince Lombardi once said that, "The achievements of an organization... Read More
During the years of our consulting practice, which comes back... Read More
There are several kinds of software piracy. The bottom line... Read More
Microsoft Business Solutions Great Plains is Dexterity-written application and currently... Read More
In the previous ISDN article, we looked at how and... Read More
Professional services firm cuts costs and improves productivity with integrated... Read More
If someone entered your home, uninvited and installed numerous cameras... Read More
Microsoft Business Solutions Great Plains is very popular ERP/MRP applications... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
The cornerstone of successful automated office systems is the ability... Read More
People often ask me: What image file formats will Photoshop... Read More
I started using PIP (Picture It Publishing) Platinum 2002 right... Read More
Microsoft Business Solutions Great Plains is very generic accounting application... Read More
Software |