Tuesday, 23 December 2008

CRM Basics 1

Form elements

List of Type Ids

Removing Options from the Actions Menu

Adding Activities to the Contact form in an iFrame

Microsoft Dynamics CRM Online Video Gallery

Sharepoint List Web Part for Microsoft Dynamics CRM 4.0

Friday, 19 December 2008

Creating a CRM 4.0 Workflow to Monitor Lead Follow-Up

The CRM 4.0 Keep Alive Service

Sunday, 14 December 2008

CRM 4.0 : Check current user's security role using JavaScript

Show how many activities are associated with a record

Execute Workflows from Javascript

Customize the crmForm

Quick Find for Inactive Records

Also from Jim Wang's blog:

How to edit the default state of a Quick Find View

http://jianwang.blogspot.com/2008/12/quick-find-for-inactive-records.html

Labels: , , ,

How to return an attribute from the entity's GUID

From Jim Wang's blog:

How to return an attribute from the entity's GUID

http://jianwang.blogspot.com/2008/12/crm-40-get-attribute-value-from-entitys.html

Labels: , , ,

Enterprise Search Accelerator

Overview of the Enterprise Search Accelerator:

http://blogs.javista.com/2008/09/01/crm-accelerators-%E2%80%93-part-iv-%E2%80%93-enterprise-search-accelerator/

May provide a suitable alternative to the c360 multifield search

Labels: ,

Data Migration Manager Tips and Tricks

Managing a telemarketing campaign

Quick Tip: Passing CRM Form values to an IFrame

Internet Facing Deployment (IFD) Installation Basics

Secondshot

Add ISV Button to Form

Transaction Auditing Plugin

Online Directory of Microsoft Dynamics Add-on Products

Get Object GUID

drop an object's GUID into a field for later use:

If (crmForm.ObjectId !=null)


{
crmForm.all.{myidfield}.DataValue = crmForm.ObjectId;
}

Labels: , , , ,

Saturday, 13 December 2008

Stopping and then continuing a save event

Overriddencreatedon

Set the attribute overriddencreatedon field to add historical records

http://ronaldlemmen.blogspot.com/2008/01/overriddencreatedon.html

Labels: , , , ,

Change attribute requirement level at runtime

http://ronaldlemmen.blogspot.com/2007/07/change-requirement-level-at-runtime.html

// Set field to not required
crmForm.SetFieldReqLevel("fieldname", 0);

// Set field to business required
crmForm.SetFieldReqLevel("fieldname", 1);

// Set field to business recommended
crmForm.SetFieldReqLevel("fieldname", 2);

Labels: , , , ,

Clone a Record

Resize Form Windows

Javascript Files and Caching

Some interesting stuff on improving performance by migrating javascript from forms to script files.

http://ronaldlemmen.blogspot.com/2008/07/javascript-files-and-caching.html

another one to add to the to do list.

Labels: , , ,

How to programmatically convert a lead into an account or contact

More Microsoft Resources

Microsoft Dynamics CRM 4.0 Internet Facing Deployment Scenarios
http://www.microsoft.com/downloads/details.aspx?FamilyID=3861e56d-b5ed-4f7f-b2fd-5a53bc71dafc&displaylang=en

Developing ISV Applications using Microsoft Dynamics CRM 4.0
http://www.microsoft.com/downloads/details.aspx?FamilyID=1217efff-be8f-4ac8-8e32-af367305fba9&displaylang=en

Microsoft Dynamics CRM: How to configure the On-premise and Online E-mail Router in different deployment scenarios
http://www.microsoft.com/downloads/details.aspx?FamilyID=8ea05b4e-825a-4db1-ad59-d894aa5ef33e&displaylang=en

Microsoft Dynamics CRM 4.0 Suggested Hardware for Deployments of up to 500 Concurrent Users
http://www.microsoft.com/downloads/details.aspx?FamilyID=3bf7ecda-7eaf-4f1c-bbfe-cae19bc8bb78&displaylang=en

Labels: ,

Passing parameters from URL to set values to new records

OnSave Form Validation

Capturing the GUID Values of Records Selected in a Grid

Mapping Entity Attributes

Tips on mapping attributes between related entities:

http://rc.crm.dynamics.com/rc/regcont/en_us/op/help/ug_cust_entity_mapping.htm

Labels: ,

How to Control Update Access for a Field

Tips on hiding or disabling form content based on whether the viewer is the object's owner:

http://msdn.microsoft.com/en-us/library/cc468410.aspx

Labels: , , , ,

Add Search Capability to a Form Using an IFRAME

Use following script to add an iFrame displaying search of Company name

Live search:
http://msdn.microsoft.com/en-us/library/cc150862.aspx

Other Webservices (google etc.)
http://msdn.microsoft.com/en-us/library/cc150839.aspx

Labels: , , ,

CRM 5.0 Features and Screenshots

Scan Business Cards directly into CRM?

Some good suggestions on basic Form design

Official Microsoft Online Resources

Microsoft Dynamics CRM 4.0 Software Development Kit (SDK)

CRM Add-Ons

CWR Mobility
http://www.cwrmobility.com/

Stunnware's Filtered Lookup for Microsoft Dynamics CRM 4.0
http://www.stunnware.com/

CRM Extensions
http://www.crmextensions.com/

c360
http://www.c360.com/Products.aspx

Labels: ,

Dynamics CRM 4.0 Videos #2

These are official Microsoft videos. All starring Girish Raja from the Microsoft channel9 blog

http://channel9.msdn.com/posts/girishr/

Labels: ,

Dynamics CRM 4.0 Videos #1

These are all third party CRM 4.0 youtube videos. This is just a small selection of the videos available. More to follow...


CRM 4.0 Advanced Find



CRM 4.0 Workflow





CRM 4.0 Sales



CRM 4.0 Marketing





CRM 4.0 Entity Relationships



Labels: ,

CRM 4.0 Accelerators

Update Rollup 1

Server and Client and Email Router components have been released.

Download and info here: http://support.microsoft.com/Kb/952858

Labels: ,

Definitions

Customer relationship management (CRM) is a term applied to processes implemented by a company to handle its contact with its customers. CRM software is used to support these processes, storing information on current and prospective customers. Information in the system can be accessed and entered by employees in different departments, such as sales, marketing, customer service, training, professional development, performance management, human resource development, and compensation. Details on any customer contacts can also be stored in the system. The rationale behind this approach is to improve services provided directly to customers and to use the information in the system for targeted marketing

While the term is generally used to refer to a software-based approach to handling customer relationships, most CRM software vendors stress that a successful CRM strategy requires a holistic approach. CRM initiatives often fail because implementation was limited to software installation without providing the appropriate motivations for employees to learn, provide input, and take full advantage of the information systems.




Business intelligence (BI) refers to skills, knowledge, technologies, applications and practices used to help a business to acquire a better understanding of the market behavior and business context. For this purpose it employs collection, integration, analysis, interpretation and presentation of business information. In simplified meaning it may refer to the collected information itself or the explicit knowledge developed from the information. The purpose of business intelligence--a term that dates at least to 1958--is to support better business decision making.[1] Thus, BI system is also described as a decision support system (DSS)



wikipedia.org, 13/12/08

Labels: ,

Introduction

Another MS Dynamics CRM 4.0 blog. I'll be using this to compile my thoughts and knowledge more than anything else, so I suppose this is an entirely selfish proposal.

Oh well.

Labels: ,