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
Sudheer Kumar 134Sudheer Kumar 134 

Need to create LWC component to show the fields on cases page

If ' Disposition' field is 'Not Retained'  and 'sub-disposition' is 'Transfer'
then Manager will be shown below fields
1) abc
2) xyz

need to create lwc for this can anyone please help how to go about this

Thanks and regards
Sudheer
SwethaSwetha (Salesforce Developers) 
HI Sudheer,

Please review the code snippets in below links to get started

https://salesforce.stackexchange.com/questions/297008/lwc-dynamically-show-a-field-based-on-picklist-value
https://salesforce.stackexchange.com/questions/240059/how-to-display-hide-fields-in-lightning-component-using-javascript
https://salesforce.stackexchange.com/questions/367356/how-to-show-hide-a-field-based-on-picklist-value-in-lwc

If this information helps, please mark the answer as best. Thank you