18 Feb 2009 @ 11:34 AM 

One of the sales guys initiated a question on updating the columns for the Marketing List Members View in CRM 4.0. I was less than optomistic on how, but I found the following blog posting from the Microsoft Dynamics CRM Team Blog which shows you how. Whew, an odd one at best I must say?

http://blogs.msdn.com/crm/archive/2008/04/02/customize-marketing-list-list-member-view.aspx

Marketing List Members

Marketing List Members

Posted By: bradlaw
Last Edit: 18 Feb 2009 @ 11:38 AM

EmailPermalinkComments (0)
Tags
Tags: ,
Categories: Configuration
 02 Feb 2009 @ 10:26 AM 

The default duration and due date are annoying in CRM, Sonoma Partners has provided some basic code to set the default duration to blank and the due to date to the current date and time stamp. This is opposed to the following image where the due date is blank and the duration is 30 minutes.

var CRM_FORM_TYPE_CREATE = 1;
var CRM_FORM_TYPE_UPDATE = 2;

switch (crmForm.FormType)
{
case CRM_FORM_TYPE_CREATE:
crmForm.all.actualdurationminutes.DataValue = null;
crmForm.all.scheduledend.DataValue = new Date();
break;

case CRM_FORM_TYPE_UPDATE:
// do nothing
break;
}

Posted By: bradlaw
Last Edit: 25 Jun 2009 @ 03:08 PM

EmailPermalinkComments (0)
Tags
Tags: , ,
Categories: Default Values

 Last 50 Posts
 Back
Change Theme...
  • Users » 1
  • Posts/Pages » 48
  • Comments » 4
Change Theme...
  • VoidVoid « Default
  • LifeLife
  • EarthEarth
  • WindWind
  • WaterWater
  • FireFire
  • LightLight

About



    No Child Pages.

Clients



    No Child Pages.

Home



    No Child Pages.

Recent Posts



    No Child Pages.

Visitor Locations



    No Child Pages.