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
vikyath vikyath 3vikyath vikyath 3 

Selecting the description by using the picklist value.

Hello Everybody , 
Our team uses a set of standard project description which are copied and pasted into project description field each time they create a quote. This is time consuming.
Instead, I would like to create a picklist next to the description which would contain the subject line of the standard project description. So by selecting the picklist value the body of the project description is entered into description field. 
Could you please guide me on how this could be achieved. 
Thanks
Best Answer chosen by vikyath vikyath 3
Arpit Jain7Arpit Jain7
You can save your picklist values and related project description master data in custom setting, then you can use trigger to auto populate description value based on picklist value selected.

Hope this will resolve your issue.

 

All Answers

Lucas Duque 9Lucas Duque 9
This object that contains the "description" field is standard or custom ?
If is a custom object, would be possible create a customizing by Visualforce?
You already tried do something ? One customizing in this object with some of resource available ?
Arpit Jain7Arpit Jain7
You can save your picklist values and related project description master data in custom setting, then you can use trigger to auto populate description value based on picklist value selected.

Hope this will resolve your issue.

 
This was selected as the best answer