Knowledge found and lost while working with Microsoft Dynamics CRM
RSS icon Home icon
  • Stunnware releases Filtered Lookup for Microsoft Dynamics CRM 4.0

    Posted on January 21st, 2008 mitch Print Print 2 comments

    The Filtered Lookup for Microsoft Dynamics CRM 4.0 is the successor of the Custom Lookup Dialog for Microsoft Dynamics CRM 3.0. Initially being a workaround to filter lookup results, it grew to a tool set with a lot more functions than initially thought. As of January 2008, the current version of the Custom Lookup Dialog for Microsoft Dynamics CRM 3.0 is 1.4.3.

    http://www.stunnware.com/Products/FLD4/Default.htm

    Customization, Dynamics CRM
    1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 3.00 out of 5)
    Loading ... Loading ...
    2,664 views
  • Setting the publish date using Windows Live Writer

    Posted on January 21st, 2008 mitch Print Print No comments

    Windows Live Writer has a "publish date" feature that allows you to set the date and time when an article is to be published on your blog.  I've always wanted to use the feature, but I wasn't exactly sure how it works.  Luckily Thomas has a really good explanation here.  I tested it this weekend and the article was published as requested.

    Misc
    1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
    Loading ... Loading ...
    1,378 views
  • CRM 4.0 Workflow: Setting the Primary Contact's Parent Customer

    Posted on January 21st, 2008 mitch Print Print 10 comments

    I am becoming more and more impressed with the workflow capabilities of CRM 4.0.  I am finding that I can create workflows to automate minor tasks to enhance CRM's functionality or to correct what I consider to be "annoyances."

    One of these involves the relationship between the Primary Contact for an Account and that Contact's Parent Customer field. 

    When I set the Primary Contact on an Account, I would like it to automatically edit that Contact's record and update the Parent Customer field to point back to the Account.  It's always seemed fairly logical to me to have these two fields linked, but that's not the way it has worked, until now.

    We're going to define a workflow based on the Account Entity ( I've renamed my Account Entity to be Company, but it works just the same ).  Here's how the initial workflow configuration will look:

    image

    Options:

    Start when:

    • Record is created
    • Record attributes change ( select the Primary Contact Attribute )

    Available to Run:

    • On demand

    Steps:

    1) Check for existing data

    1a) If the Primary Contact's Parent Customer Attribute does not contain data, perform the next step:

     image

    ( Basically, if the user has set the Attribute manually, we don't wish to overwrite their work. )

    2) Update the Related Entities: Primary Contact record.

    3) Set the Parent Customer Attribute:

    image

    This will make our workflow look like this:

    image

    Publish the workflow.  From this point forward, every time you set the Primary Contact for an Account, the workflow rule will run and if you have not already, it will update the Primary Contact's Parent Customer Attribute to point to the Account.

    Dynamics CRM, Workflow
    1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 3.00 out of 5)
    Loading ... Loading ...
    5,357 views