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
sreekanth vallepusreekanth vallepu 

how to set the default piclist value

here when I  select the value quote type  the formula type and pricing automatically populate how I can do please let me know
sreekanth vallepusreekanth vallepu
The above image when i click quote type value the formula type and pricing type value should be automatically populate how i can do please let me know
AnkaiahAnkaiah (Salesforce Developers) 
Hi Sreekanth,

you can create field depencecy.
depency 1:
Quote type as controlling field and formula Type field as dependent.
dependecy 2:
formula Type field as controlling field and Priciny Type field as dependent.

Navigation: Go to the respective object fields information.
User-added image

refer the below traildhead.
https://trailhead.salesforce.com/en/content/learn/projects/customize-a-salesforce-object/picklists-field-dependencies
https://help.salesforce.com/s/articleView?id=sf.fields_defining_field_dependencies.htm&type=5

Note: Make the dependent fields are mandatory in pagelayout settings.

If this information helps, Please mark it as best answer.

Thanks!!

 
sreekanth vallepusreekanth vallepu
Hi Ankaiah
I have already created field dependencies so the formula type and pricing type not showing automatically