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.
recurring cleaning service Wilmette ..1. What determines the software price? Is it Per Seat... Read More
When Windows fails to boot it is normally caused by... Read More
Handling character strings in Java is supported through two final... Read More
Your computer cost you from hundreds to thousands of dollars,... Read More
C/SIDE (Client/Server Integrated Development Environment) - The core of... Read More
While paper labeling CDs and DVDs may appear to be... Read More
ERP is the acronym of Enterprise Resource Planning. Multi-module ERP... Read More
Currently Microsoft Business Solutions is on the way of creating... Read More
Intro This concise article will tell you in plain English... Read More
Current Microsoft Business Solutions Great Plains has more that 10... Read More
Are you a database professional? Do you work with a... Read More
Document Management or Enterprise Information Management is perhaps one of... Read More
Viruses and spyware usually show up on your computer one... Read More
Logistics automation is often considered as barcoding extension to Sales... Read More
Microsoft Business Solutions ? Navision is an integrated solution for... Read More
There are two major WYSIWYG(What You See Is What You... Read More
Great Plains Software Dynamics, Dynamics C/S+, eEnterprise were written on... Read More
SAP Inc., a global leader in client/server enterprise application software... Read More
Heard about the Quark "killer"?Adobe InDesign CS2. Will it really... Read More
Microsoft Great Plains is one of three Microsoft Business Solutions... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
If you have been using the Internet for any amount... Read More
Microsoft CRM is relatively new player on the now becoming... Read More
Microsoft Great Plains is main accounting / ERP application... Read More
Best Software Act! is very popular CRM for small and... Read More
reliable maid service Morton Grove ..Many reasons made GBM a unanimous choice for experts, one... Read More
A few months back I really got sick of my... Read More
Microsoft Business Solutions is now in process of creating so... Read More
Microsoft Business Solutions Great Plains serves to the wide spectrum... Read More
Do you remember that frustrating feeling when you find an... Read More
Whether you are a small consultancy firm, a medium sized... Read More
DBxtra is a powerful query and reporting tool that hides... Read More
Looking at all the ads which promise to get rid... Read More
If your company has regional and worldwide operations, you might... Read More
As seeing large number of implementations ? in our case... Read More
For those who still don't know, Microsoft Publisher helps computer... Read More
Around the same time Microsoft made its move with .Net... Read More
Whether you have used Microsoft Word for years, have just... Read More
The world of small business accounting software can be a... Read More
It would be easy to think, like most people apparently... Read More
I started using PIP (Picture It Publishing) Platinum 2002 right... Read More
In the case when you represent mid-size or mid-size-to-large business,... Read More
Microsoft Business Solutions ? Navision is an integrated solution for... Read More
Microsoft Business Solutions Great Plains has many years of successful... Read More
Heard about the Quark "killer"?Adobe InDesign CS2. Will it really... Read More
How many steps does it take you to locate and... Read More
Microsoft Business Solutions Great Plains serves multiple industries in the... Read More
Introduction to C++Why Learn C++?C++ may at first seem like... Read More
Shareware is software that you can try before you buy;... Read More
While I was in college, if you would have asked... Read More
Software |