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.
tidy up service Glenview ..Microsoft Business Solutions Great Plains has substantial market share and... Read More
Corporate ERP/MRP selection might be tough one, especially considering very... Read More
With many manufacturing shops heading over seas in favor of... Read More
While I was preparing some personal background information for a... Read More
Research bears that less than 70 percent of development projects... Read More
Writing software manuals is boring, isn't it? We often think:... Read More
MSN messenger is a pretty cool invention. I mean I'm... Read More
There are several kinds of software piracy. The bottom line... Read More
Simply put, fleet maintenance allows companies to monitor and maintain... Read More
The intentions of this short tutorial are not to teach... Read More
In today's business world it's all but impossible to escape... Read More
In the early days of the personal computer, we're talking... Read More
All your software is stored on a hard-drive. But how... Read More
What is installation in the language of technology? Installation... Read More
Document Manager and Version HistoryIn previous articles I have discussed... Read More
Shareware is software that you can try before you buy;... Read More
Most people don't use Photoshop to its fullest capabilities. Here... Read More
Adware is a type of Spyware program that displays some... Read More
When you double-click a layer in the Layer Palette, you... Read More
Microsoft Business Solutions Great Plains as new ERP for multinational... Read More
Sticky Noteshttp://www.deprice.com/stickynote.htmWith StickyNote 9.0, you can create beautiful 3D notes... Read More
Homeland security, airport security, Internet security ??" these days we???re... Read More
MSN messenger is a pretty cool invention. I mean I'm... Read More
Before being able to choose a secure Internet communication system,... Read More
Professional services firm cuts costs and improves productivity with integrated... Read More
maid service near Winnetka ..It is really interesting that a bug can create problem... Read More
1. With mapping software you can create a report that... Read More
It???s easy to understand why you might be drawn to... Read More
Some companies that are in need of fleet management may... Read More
Make-or-Break Factors in Success and ProfitabilityFor quick printers, estimating can... Read More
Midsize business or non-profit organization should decide if one-vendor solution... Read More
Remember nice and prosperous Clinton era? When you implemented innovative... Read More
This is a short article, written in question/answer/FAQ style to... Read More
So, why should you use any O/R mapping tool? I... Read More
I like my software simple. If it's too complex or... Read More
Spyware is software or hardware installed on a computer without... Read More
Not all of us have the luxury of working both... Read More
eStore Advantage allows front-office applications to communicate with back-office business... Read More
Microsoft Business Solutions offers several ERP applications: Great Plains, Navision,... Read More
And kill the best layout software in the process of... Read More
After almost two decades of existence, Quark has become the... Read More
COMMAND LINE FUNCTIONA powerful command line script processor has been... Read More
"Pfishing", sometimes spelled "Phishing", is a word that's used to... Read More
Siebel is traditional CRM market leader, however and mostly due... Read More
When reading an article where some term is used often,... Read More
Lotus Notes Domino is very efficient in electronic document workflow... Read More
Microsoft Great Plains could be tuned and setup to fit... Read More
Microsoft Business Solutions Great Plains is very popular ERP platform... Read More
Great Plains Purchase Order Processing (POP) module makes up one-third... Read More
Microsoft Business Solutions ? Great Plains has captured the US... Read More
Software |