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.
family-safe home cleaners Morton Grove ..Since Version 8.0 Microsoft Business Solutions Great Plains & Great... Read More
Usually, the easiest way to tell you have spyware is... Read More
In this article you will find some background information about... Read More
Microsoft CRM is CRM answer from Microsoft and attempt to... Read More
User interfaces and accessibility are some of the most important... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
Fundraising software lets you connect with donors in a way... Read More
If you are in a business that passes documents around... Read More
Do you remember that frustrating feeling when you find an... Read More
How to delete the user? This is the first problem... Read More
Features Additionally, Vista will include many other new features.Aero Vista... Read More
Configuring PPP PAP AuthenticationNow we know how the ISDN link... Read More
Microsoft Great Plains is now standard mid-market ERP application, serving... Read More
Microsoft Great Plains could be tuned and setup to fit... Read More
Looks like Microsoft Great Plains becomes more... Read More
Microsoft Business Solutions main middle market ERP application - Microsoft... Read More
Stop the Runaway MouseWhat's the "runaway mouse?" You've seen it...you... Read More
Midsize business or non-profit organization should decide if one-vendor solution... Read More
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
In order to implement VLANs in a network environment, you'll... Read More
Find out why Spyware Removal from computers is important and... Read More
If your company has regional and worldwide operations, you might... Read More
Just imagine: you are walking, say, towards your car, and... Read More
Microsoft Retail Management (RMS) and Microsoft Great Plains are retail... Read More
home cleaning services Wilmette ..Hey Guys! Don't raise your eyebrows or fear by hearing... Read More
Although we don't know whether Microsoft ever envisioned such a... Read More
If you use Microsoft Outlook (or similar applications) for e-mailing,... Read More
Although statistics often is blamed for various deadly sins --... Read More
The title of "software engineer" has got to be among... Read More
When making a decision to buy any piece of software... Read More
Microsoft Great Plains as ERP and Microsoft CRM as... Read More
Now is the time to look at an alternative to... Read More
Disclaimer: All the thoughts expressed are my views only! Your... Read More
Our opinion is based on our Microsoft Business Solutions Great... Read More
Learning how to program software seems like a daunting task... Read More
Microsoft CRM and IBM Lotus Notes Domino seem to be... Read More
Task Manager is a Windows system utility that displays thetasks... Read More
So, why should you use any O/R mapping tool? I... Read More
Stealing company information used to be the specialty of spies... Read More
Great Plains Accounting, accounting package for mid-size and small companies... Read More
Internet worms. Is your PC infected?If your computer has become... Read More
Microsoft Business Solutions Great Plains has substantial market share and... Read More
How to delete the user? This is the first problem... Read More
This short paper will expand on two key reasons to... Read More
Great Plains Inventory Management (IV) module gives your business a... Read More
Microsoft Great Plains is main accounting / ERP application... Read More
SOFTWARE PIRACY We regularly hear reports... Read More
Costs of fleet maintenance software can vary widely. It is... Read More
As seeing large number of implementations ? in our case... Read More
Software |