locked
How to realize partylist in CRM 2013 RRS feed

  • Question

  • if we create n:n relationship with 'Contact', how can we filter by the selected account?
    Wednesday, April 2, 2014 7:13 AM

All replies

  • Can you provide more information about what you're trying to achieve ?

    partylist is a specific implementation that differs from any other n:n relationship, so these are two separate topics.

    What other entity is the n:n relationship with, and how do you want to apply a filter (e.g. in a FetchXml or QueryExpression query, or via Advanced Find)


    Microsoft CRM MVP - http://mscrmuk.blogspot.com/ http://www.excitation.co.uk

    Wednesday, April 2, 2014 3:23 PM
    Moderator
  • We want to realize multiple selections on lookup field, but now we failed:

       After selecting one account (such as 'Default Account'), we can select more than one contact (such as 'Default B' and 'Default C')  belong to the selected account  (such as 'Default Account').


    If we couldn't realize the partylist function directly, we will create n:n relationship and apply a 'FetchXml' filter to realize the partylist function.(But we don't know how to make the filter.)




    • Edited by Eugenie Xu Monday, April 14, 2014 5:34 AM
    Monday, April 14, 2014 2:52 AM
  • you need to write a javascript to filter lookup based on your condition

    http://lakshmanindian.wordpress.com/2012/05/22/filtered-lookup-in-crm-2011/

    search on your database table how it stores in it.

    or use 1:N and N:1 better way to satisfy your requirement.


    ms crm

    Monday, April 14, 2014 6:56 AM