locked
Dependent Picklist in CRM 2013 RRS feed

  • Question


  • Prerequisite:

    1. Create two optionset fields named new_country(with values say, India, USA and Srilanka) & new_city(with values say, Bangalore, Delhi, New York, Colombo, California and Hyderabad).
    2. Create a JScript Webresource
    3. Attach this webrecource to call optionSetChanged() method on change of Country field and OnLoad of the form.
    4. Configure getCollection() method to match the Cities with respect to Country.
    Wednesday, January 29, 2014 5:02 AM

All replies

  • You can use below references:

    http://blog.sonomapartners.com/2011/06/simple-javascript-to-create-dynamic-cascading-picklists-in-microsoft-crm-2011.html

    http://community.dynamics.com/crm/b/sonomapartners/archive/2011/06/16/how-to-use-javascript-to-create-dynamic-cascading-picklists-in-microsoft-crm-2011.aspx


    Hope this helps. ----------------------------------------------------------------------- Santosh Bhagat If this post answers your question, please click "Mark As Answer" on the post and "Vote as Helpful"

    Wednesday, January 29, 2014 5:55 AM