function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
whitfty1whitfty1 

Field Dependencies and API Calls (C#)

I have created a web form that populates one picklist with the items from a SalesForce piclist field.  This is done using DescribeSObjectResult.    Based upon which item the user selects in the first dropdown, I want to populate another dropdown list with the corresponding field dependencies.  Ideally I would like to utilize a multiple select piclist for the field dependencies but read somewhere that this is not possible.  

I know I can create an switch statement but want it to be dynamic, meaning as the admins add more items, I do not have to be involved.
PrasanntaPrasannta (Salesforce Developers) 
Hi,

Please refer to this link below-

https://success.salesforce.com/ideaview?id=08730000000BqrfAAC