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
Hari Sankar R 9Hari Sankar R 9 

How to Populate a new field on clicking one picklist value in LWC?

Hi ,
Help me in solving the code 
On selecting account object picklist value of industry is Agriculture , the field account name and account number should be displayed.
As picklist value of industry is Banking, the field website and address should be displayed using lwc
Best Answer chosen by Hari Sankar R 9
PriyaPriya (Salesforce Developers) 

Hey Hari,

To Dynamically Show a field based on picklist value, refer this example :- 

https://salesforce.stackexchange.com/questions/297008/lwc-dynamically-show-a-field-based-on-picklist-value

Regards,

Priya Ranjan