Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 82002

Problem: Dependent OptionSet Form

$
0
0

i created 2 picklist named "Pays" and "Region" in the lead entity, then i upload the xml file as web resources :

<DependentOptionSetConfig entity="lead" >
 <ParentField id="new_region_fr"
              label="Région">
  <DependentField id="new_departement"
                  label="Département" />
 
 <Option value="100000000" label="Alsace">
   <ShowOption value="100000000"
               label="Bas-Rhin" />
   <ShowOption value="100000001"
               label="Haut-Rhin" />
  </Option>

  <Option value="100000001" label="Aquitaine">
   <ShowOption value="100000002"
               label="Dordogne" />
   <ShowOption value="100000003"
               label="Gironde" />
  </Option>
 
 </ParentField>
</DependentOptionSetConfig>

i respected all steps in the link :

https://msdn.microsoft.com/en-us/library/gg594433.aspx


but, all value visible in the department !

any solution


Viewing all articles
Browse latest Browse all 82002

Latest Images

Trending Articles



Latest Images