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.
bedroom cleaning professionals Bannockburn ..Midsize business or non-profit organization should decide if one-vendor solution... Read More
Microsoft Business Solutions CRM data conversion deserves FAQ type of... Read More
In part III of this ISDN primer, we learned that... Read More
If you feel intimidated when someone tries to teach you... Read More
Does Microsoft care for WebmastersIt's always been a problem with... Read More
When Great Plains Software was designing and developing Great Plains... Read More
Great Plains Accounting, accounting package for mid-size and small companies... Read More
Here is some free software tools to help you build... Read More
Microsoft Business Solutions Great Plains, former Great Plains Software Dynamics/eEnterprise... Read More
Spyware is software or hardware installed on a computer without... Read More
When making a decision to buy any piece of software... Read More
The various resume software offered, particularly on the internet, can... Read More
Since its release in 1987, QuarkXpress had made an immediate... Read More
Microsoft Business Solutions ? Navision is an integrated solution for... Read More
If you are to buy a HelpDesk & Asset Management... Read More
Looks like Microsoft Great Plains becomes more and more... Read More
IBM Lotus Notes Domino and Microsoft CRM (Client Relation Management)... Read More
Microsoft Great Plains has substantial mid-market share in the USA... Read More
Microsoft Business Solutions CRM is present several years on the... Read More
Microsoft CRM has built-in conversion tool, however you should probably... Read More
Spyware and malware are large problems for Internet users today... Read More
If someone entered your home, uninvited and installed numerous cameras... Read More
Microsoft Business Solutions Great Plains is very good fit for... Read More
It's all about turn times in the eMedia industry! The... Read More
Simply put, fleet maintenance allows companies to monitor and maintain... Read More
Airbnb cleaning service Bannockburn ..TikiWiki is open source software - it is written in... Read More
Microsoft Business Solutions Great Plains is very popular ERP/MRP applications... Read More
With any good luck and a good amount of hard... Read More
With so many Microsoft Windows related viruses, errors, and other... Read More
Shareware has been fighting the stigma of being misunderstood for... Read More
This is a short article, written in question/answer/FAQ style to... Read More
1. Replace Dexterity cursor with SQL Stored Procedure Dexterity... Read More
Microsoft Great Plains has substantial mid-market share in the USA... Read More
Is Photoshop CS2 worth the upgrade? You bet it is!... Read More
We'll give you non formal view, based on our consulting... Read More
Beginning with Domino version R4 it has integration with the... Read More
The research in the field of Natural Language Processing usually... Read More
Microsoft Great Plains may be recommended for international freight forwarding... Read More
CD and DVD replication is a process that works by... Read More
Remember old good days when your company probably had Great... Read More
C++ Function templates are those functions which can handle different... Read More
There are two approaches for application integration:? Programmer's approach ?... Read More
This short paper will expand on two key reasons to... Read More
Microsoft Great Plains ? ERM from Microsoft Business Solutions and... Read More
Several years ago Microsoft purchased Great Plains Software, then Navision... Read More
Microsoft Great Plains - Microsoft Business Solutions accounting and ERP... Read More
Creating a new markup language.Introduction.General Reuse Markup Langauge, or GRML,... Read More
Accounts payable is just one area of office management where... Read More
Microsoft Business Solutions CRM is now approaching the phase of... Read More
Have you noticed WordPerfect is gearing up for a comeback... Read More
Software |