Public Profile
  • MVP BUG : Bug between CRM 4.0 SDK and CRM 2011 SDK for activitymimeattachment

    Hi,
    I think I found a bug.

    Scenario:
    1 - A CRM 4.0 code creates an activitymimeattachment

    activitymimeattachment attachment = new activitymimeattachment()
    {
    subject = "Fichier joint",
    body = filesListContent[i],
    filename = filesListName[i],
    activityid = new Lookup("email", emailId)
    };

    this.innerServices.DataService.Create(attachment);

    2 - A plugin is triggered during creation of an activitymimeattachment (and annotation)

    This plugin looks for the parent item (attribute "objectid"). This EntityReference attribute has its logicalname set to "activitymimeattachment" instead of "email".

  • Set scheduling default Radius Value per resource

    In my customer organization, not all resources accept to travel to the same distance.


    Today, the Default Radius Value is a global parameter that allows all resources to be scheduled for the same maximum travel distance.


    It would be nice to be able to set the Default Radius Value per resource instead so URS engine propose resource based on their maximum travel preference