Sign in
Microsoft Dynamics CRM Online Team Blog
(crm.dynamics.com)
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
)
Accelerators
Activity Feeds
Announcement
BI
big easy
blog
check list
cloud for less
CRM 2011
crm 2011 online
CRM 2011 Outlook Install
CRM 2011 User Guide
CRM Anywhere
CRM Online Offer
crm test drive
Customer Testimonial
Customizations
Data Migration
Demos
Documentation
Downloads
drive
Early Access
E-mail
Events
go live
Guide
Integration
Internet Marketing
ISV
latency
Manual
Marketing
Microsoft CRM Online Blog
Microsoft CRM Online Code Sample
Microsoft Dynamics CRM Q4 2011 Service Update
Mobiilty
Mobility
moving
Offer
Outlook Client
Overview
Partner
performance
premise to cloud
Preview
Promotions
Q2
R8
Release
Roadmap
Sales
Security
Settings
site
Social CRM
Solutions
sub-grids
Support/Service
Templates
test
Tips
Update
update release
Windows Live ID
Browse by Tags
MSDN Blogs
>
Microsoft Dynamics CRM Online Team Blog
>
All Tags
>
microsoft crm online code sample
Tagged Content List
Blog Post:
Optimizing Performance for CRM Online 2011
Rich_Choi
CRM 2011 Online was released January 17 th , 2011. The new release delivers a number of new features and has changed the way much of the application data is displayed. In some cases, the new user interface customization capabilities can lead to an increase in the time it takes to load screens while the...
on
8 Apr 2011
Blog Post:
CRM Online Client Side Agent - Twitter Agent
JonWhite
One of the advantages of cloud based computing is that you don’t have to manage the hardware and software of the system. Unfortunately , a disadvantage is that you don’t have complete access to the server. In the blog, I’ll describe what I call a client side agent (csa). A CSA allows you...
on
14 Jan 2010
Blog Post:
Cross Entity Search Application
JonWhite
Searching across entities is a great feature. I built a web application that integrates with CRM Online to do this. You can enter a phone number, a last name, an account name , or opportunity topic and the application searches for the results. It will give you a list of return items. The edit button...
on
28 Sep 2009
Blog Post:
CRM Sample Data – Product Fix
EricBoo
Have you imported the CRM Sample Data (YES, it works with CRM Online) and tried to add products to an opportunity? Nothing there! You look and see the products have been imported but notice the warning: There are 295 products added as a part of the sample data. You cannot set the default price...
on
10 Jul 2009
Blog Post:
Auto-unsubscribe in CRM Online
EricBoo
In Microsoft Dynamics CRM there is a feature to automatically set the Do Not Email flag for a contact if the click on an Unsubscribe link in a CRM generated email. In order to enable this functionality, navigate to Settings > Administration > System Settings. Click on the Marketing tab and select...
on
3 Jul 2009
Blog Post:
Fetch It Part 2
JonWhite
In the first blog on using Fetch XML , I introduced a tool that I had created that would allow you to execute Fetch XML statements to retrieve CRM data. In this blog, I want to discuss some of the inner workings to executing Fetch XML statements to retrieve more than a single page of records. Here’s...
on
17 Jun 2009
Blog Post:
Adding Hierarchical State / Country Picklists
EricBoo
I recently had the need to add hierarchical state and country picklists to a custom entity. I had configured these fields in another entity and moved them to my new entity following the process in my previous post . I should point out that global picklists are potentially going to be included in CRM...
on
5 Jun 2009
Blog Post:
Copying Attributes from one Entity to Another
EricBoo
NOTE: THIS IS AN UNSUPPORTED MEANS OF CUSTOMIZING THE ENTITY. I WILL INVESTIGATE A SUPPORTED SCENARIO AND MODIFY THIS POST. I have been asked many times, “If I customize this entity can I simply copy the attributes to another entity or do I need to create them from scratch?”. The answer has been ...
on
5 Jun 2009
Blog Post:
CRM Online Custom Built Dashboards
JonWhite
Building Custom dashboards for Dynamics CRM Online is not as complex of an effort that it's reputation has gotten. It does require some developer skills and this blog will be a great launching pad for you to build your own. Here's a screen shot of a dashboard I built using Visual Studio.net and a free...
on
2 Jun 2009
Blog Post:
Updated Server to Server Authentication Documentation
EricBoo
NOTE: The information presented below is NOT in the SDK currently available for download or online . This update was posted on the Microsoft CRM Development Forum on April 7th. The following updated information applies to version 4.0.8 of the Microsoft Dynamics CRM SDK. Sample Code Sample...
on
1 May 2009
Blog Post:
Report Scheduler Tool
JonWhite
I created a tool using Visual Studio and the CRM web services that can execute a saved query and then email the results as a CSV file. I've presented in a video at www.democrmonline.com/reportscheduler . There is also sample code at Report Scheduler Sample Code . With a small change, this tool could...
on
3 Feb 2009
Blog Post:
Lead Assignment, Territory Management and follow-up
EricBoo
The Microsoft CRM workflow functionality provides very flexible tools to model automated process. A prime example of automated process is assigning a Lead to a particular Sales Representative based on certain criteria. In this post I will provide an overview that demonstrates how to assign the lead,...
on
2 Feb 2009
Blog Post:
Integration of Document Management Services with Dynamics CRM Online
JonWhite
Adding documentation management services to Dynamics CRM Online is fairly simple customization that can really enhance your CRM Online application. By modifying the site map, you can add links and references to other web applications. The user can use these web applications without the experience of...
on
27 Jan 2009
Blog Post:
CRM 4.0 Accelerators: eService
Laura Robinson
Similar to my recent posts about the On-Premise Accelerators for Extended Sales Forecasting and Event Management , the eService Accelerator contains some customizations that may be useful to import to CRM Online. Unfortunately, the main value-add of the On-Premise eService accelerator is the ability...
on
6 Jan 2009
Blog Post:
CRM 4.0 Accelerators for CRM Online: Event Management
Laura Robinson
The Event Management accelerator gives organizations the ability to manage the planning, execution, tracking and reporting requirements for event campaigns. Designed for CRM 4.0 On-Premise , the installation includes customizations, workflows, plug-ins, reports, code and controls. Although this is an...
on
31 Dec 2008
Blog Post:
Calculate total activity duration for an Account, Contact or Opportunity
Laura Robinson
With workflow you can easily calculate the total duration of all completed activities rolled up to a main record such as an Account, Contact or Opportunity. This functionality is built into the service module, but for organizations that track number of hours spent on activities prior to service management...
on
26 Dec 2008
Blog Post:
CRM Accelerators for CRM Online: Extended Sales Forecasting
Laura Robinson
The Extended Sales Forecasting Accelerator for CRM contains two main components to import: 1) a customization .xml file including custom entities, security roles and workflows, and 2) two custom report .rdl files to import. CRM Online does not allow users to import the custom .rdl files, but everything...
on
9 Dec 2008
Blog Post:
Calculate Opportunity Age with Jscript
JonWhite
Ever wonder how old that opportunity it is. Here's some script that will display a the age of an opportunity when you open it. Make sure you put the createdon attribute on the form somewhere( admin tab seems the place). Put the script in the OnLoad var createdon= crmForm.all.createdon.DataValue;...
on
8 Dec 2008
Blog Post:
Displaying the Number of Notes on the Notes Tab
Kevin Williamson
Browsing through some of the blogs I read yesterday, I came across a handy bit of JScript posted by Jim Steger at Sonoma Partners. (Jim, as you may know, is the co-author of Working With Microsoft Dynamics CRM 4.0 and Programming Microsoft Dynamics CRM 4.0 ). Deploying this code as an OnLoad...
on
12 Nov 2008
Blog Post:
MS Word Proposal for CRM Online
JonWhite
Over the last few months, I've presented at 3 conferences ( Tech Ed, IT Pro, ms internal - Tech Ready ) about building software as a service solutions with Microsoft Dynamics CRM. Now that all the conferences are over, I'm making more of this content available. I've created a video repro of the solution...
on
11 Aug 2008
Blog Post:
Changing the window size for CRM forms
Kevin Williamson
Recently a customer asked me how to open the Accounts form in a larger window. It's a simple matter of a little bit of JavaScript that I was lucky enough to locate the answer in Ronald Lemmen's blog . Navigate to the main Account form as follows: Settings > Customization > Customize Entities...
on
4 Aug 2008
Blog Post:
Adding Activities to the Contact form in an iFrame
EricBoo
I came across the details on how to do this when reading a blog posting from Matt Wittemann a couple years back. I still use it and thought you might be interested. Another capability to demonstrate the flexibility of the configuration options of Microsoft Dynamics CRM Online. 1. Create...
on
20 Jun 2008
Blog Post:
Microsoft Dynamics CRM Sales Process
EricBoo
A sales process is a standardized series of activities that occur during a sales cycle. As the sales cycle progresses and activities are completed, the probability of winning the deal gets greater. In Microsoft CRM v 3.0 the sales process functionality was displayed graphically on the Opportunity form...
on
23 May 2008
Blog Post:
How to get to the entity schema's in CRM Online
JonWhite
If you plan and doing integration using the web services, you may find it useful to have access to the entity schema's. https://<org name>.crm.dynamics.com/sdk/list.aspx The entity schemas will give the definition of all the entities in the system. You can use them to help you integrate CRM...
on
7 Apr 2008
Blog Post:
How to have CRM Live post data to you ?
JonWhite
I'm a little embarrassed that it's taken me a while to 'see' this but it's really very simple solution to what has seemed to be a frowner to CRM Live. One of the differences between Microsoft Dynamics CRM hosted by Microsoft and Microsoft Dynamics CRM On-premise is that you can't use plug-ins in the...
on
27 Mar 2008
Page 1 of 2 (30 items)
1
2