WebProWorld Search Forum |
301 redirect - which is best I need to do a 301 redirect, and being quite new at this, would appreciate some advice.
According to me, there are two ways of doing this;
using IIS to do a permanent redirect,
Link Buying Dangers? I have considered buying links for my sites but am very nervous about my sites being banned for doing so.
How worried should I be?
Misspellings- Lead to missed opportunities If you have a great site and ran spell checker on your entire site and you everything correct you might be passing on customers.
|
| Recent Articles | New CRM Offering From Onyx Onyx Software launched the Onyx Employee Portal for BlackBerry, optimized for BlackBerry wireless platform from Research In Motion (RIM).
Major Shift in CRM Delivery SmartCompany's new product signals a major shift in the way hosted CRM is delivered to end users.
On-Demand CRM Recieves Praise in Best-Selling CRM Book Salesnet Praised By Leading CRM Industry Guru For "Simultaneous Commitment To Everyday Sales Teams And Sales Processes".
Siebel CRM solutions Positioned as Leader in META Group's 2004 METAspectrum Vendor Analysis Siebel Systems today announced that its CRM solutions are positioned in the leader category in META Group's 2004 METAspectrum(SM) vendor analysis for CRM application suites.
Finalists for Gartner's CRM Excellence Award Announced Gartner announced the six finalists for Gartner's CRM Excellence Award, which will be presented at the company's CRM Summit, October 4-6 in Scottsdale, Arizona.
CRM Magazine Reveals Winners of 2004 CRM Leaders Awards CRM magazine revealed the winners of its 2004 CRM Leaders awards at a gala awards ceremony held during DCI's Customer Relationship Management Conference in San Francisco.
Microsoft CRM Implementation & Remote Support – overview for V.P. IT Microsoft CRM is now on the scene and it is increasing its market share, due to the Microsoft Business Solutions muscles and marketing strategy.
PeopleSoft Enterprise CRM 8.9 Sales Implemented in Less than 6 Weeks by Apex IT PeopleSoft today announced that Apex IT, a leading technology consultancy, implemented PeopleSoft Enterprise Customer Relationship Management (CRM) 8.9 Sales in less than six weeks.
Terry Hinge & Hardware Deploys Siebel CRM OnDemand Global Provider of Hardware Component Parts Uses Hosted CRM Solution to Increase Sales Productivity and Shorten Sales Cycles.
Talisma Launches Talisma V6.0 Plus Talisma announced today the launch of Talisma V6.0 Plus.
Siebel Systems Announces Siebel User Week 2004 conference Siebel Systems announced that its Siebel User Week 2004 conference, the world's largest CRM and business intelligence event, will be held October 3-6 at the Los Angeles Convention Center in Los Angeles, California.
|
| 10.07.04
Microsoft CRM Implementation & Remote Support – Overview For V.P. IT
By Andrew Karasev
Microsoft CRM is now on the scene and it is increasing its market share, due to the Microsoft Business Solutions muscles and marketing strategy.
It is tightly integrated with other Microsoft Business Solutions products such as Microsoft Great Plains, Solomon, Navision. Being relatively inexpensive in comparison to competitors, like Siebel, Oracle - Microsoft CRM opens you the door for worldwide operations automation.
We would like to give you pluses and minuses of Microsoft CRM.
1. Web and MS Outlook based client - this means that you don't need additional installations or training - everyone is using Outlook if you are on Windows XP/2000/2003
2. SQL Server database - just to mention
3. Integration with Microsoft Exchange 2003/2000 - this means that replies to CRM originated emails will be captured and store in CRM as activities for the Contact, Account or Lead.
4. Remote Support - I would say - this would be in the nature of MS CRM - you host it's database in your headquarter and users will connect to it worldwide via Internet Explorer
5. Integration with other MBS products - currently it has integration interface with Microsoft Great Plains
6. Microsoft technologies dependence - yes, this is true and maybe considered as minus, it doesn't work with Netscape or Mozilla browser.
7. New Product - it is relatively new on the market and may not have industry specific features yet
Also if you are considering some customization scenarios, we would suggest you to review the options below:
1. Microsoft CRM SDK - this is software development kit with C# and partly VB.net code samples - it is supported by Microsoft Business Solutions technical support. It is based on web service calls, if you are C# .NET developer - you are excellently positioned to do this type of customizations. This is the preferred modification scenario and this should be easily upgradeable customization. VB.Net examples will be available soon.
2. Legacy SQL Data integration. This is also easy and safe. If you have SQL database, sitting on the same or linked SQL Server - you can create ASPX .Net application and simply integrate it into CRM. You can place it on the navigation bar or menu in isv.config - please refer to MS CRM SDK
3. Legacy ASP integration - this is somewhat more sophisticated. You have to deploy HTTP handler to be a middle party between CRM which is .Net based and ASP which is legacy IIS. The trick is - you have to have INI file with security settings to penetrate into MS CRM with proper credentials, calling web service.
4. Microsoft Exchange Programming. Microsoft CRM has Exchange connector - which moves CRM incoming email to MS if it has GUID in its subject. You can alter this logic (for instance - move email to CRM if it doesn't have GUID but it is from the sender who is contact or account in MS CRM). Refer to MS Exchange SDK onsyncsave event handling. Then simply apply some MS CRM SDK programming - you need some COM+ objects creation and VB programming experience.
5. Direct SQL touch - in #4 above I described you the scenario with MS Exchange handlers - this would be ideal world if MS CRM SDK does the job. But - in real world this is not always true - you have to do direct flags correction in CRM database (like making Activity closed, moving email attachments/octet streams, etc). This is not supported by MBS technical support - but you can rescue to this technique if you have to get job done.
6. MS CRM Customization tool - this is rather end-user tool and we don't describe it here - read the manual. We've described above the options to use when this tool doesn't do the job
7. Crystal Reports - feel free to create Crystal report - tables and views structure is self explanatory. Try to avoid the temptation to create your own SQL view or stored procedure in MS CRM database, instead - create custom database and place your view and stored proc in it.
About the Author: Andrew Karasev is Chief Technology Officer in Alba Spectrum Technologies – USA nationwide Microsoft CRM, Microsoft Great Plains customization company, based in Chicago, California, Texas, New York, Georgia and Florida and having locations in multiple states and internationally (www.albaspectrum.com), he is Dexterity, SQL, C#.Net, Crystal Reports and Microsoft CRM SDK developer. |