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
NiknitNiknit 

Need help with creating a VF with two custom picklist fields and displaying a list of data in accordance

Okay the requirement is for a visualforce page

The VF page will include two picklist fields from a custom object and then a list of SAYs assigned to it should be displayed.

The first picklist is of 2 values which basically tells which group to selectups - AC1 or second group AC2.

there are some products available for AC1 and Ac2. when first picklist is selected the second picklist of products gets populated accordingly to the group selected in first picklist.

now from the second picklist, when a product is selected then a list is shown of the SAYs assigned to the product selected in the second picklist.

I just want an idea on how to proceed with this.

The custom object is present ALLdatobj, it has the both picklist fields.

I just need to proceed with the VF creation.

Thanks
Suraj TripathiSuraj Tripathi
Hi Niknit,

You can view the link below, that can solve your problem.
https://developer.salesforce.com/forums/?id=906F000000097YNIAY

Regards,
Suraj