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
NevDevNevDev 

Picklist value based on record type

Hi guys,

I have create a custom picklist field called Type_c in a custom object Section_2_Balance_Sheet_c. The Section_2_Balance_Sheet_c object has 2 Record Types called (a) Income and (b) Expenditure. 

Only some of the Type_c values are relevant to each of the record types. How can I only display the relevant piclist values of Type_c based on the Recordy Type? 
Best Answer chosen by NevDev
Nachu RY 4Nachu RY 4
Hi,

click setup--> create --> objects --> Section_2_Balance_Sheet_c --> scroll down to "Record Type Section" --> you will find two record type that you have created, click the record type name you want to update the pick list value --> in "Picklists Available for Editing" section you will find Type__c --> click "Edit" ,update the pick list value.

Thanks.

All Answers

Nachu RY 4Nachu RY 4
Hi,

click setup--> create --> objects --> Section_2_Balance_Sheet_c --> scroll down to "Record Type Section" --> you will find two record type that you have created, click the record type name you want to update the pick list value --> in "Picklists Available for Editing" section you will find Type__c --> click "Edit" ,update the pick list value.

Thanks.
This was selected as the best answer
smriti kumari 10smriti kumari 10
Hi @Nevin O'Regan 8,
Here are the steps you need to follow!

Click: Setup > Create> Objects> Section_2_Balance_Sheet_c> Record Types > then click on each of the record types you need to add the picklist value to.
On the record type detail page you will find a section called Picklists Available for Editing. From that list locate your picklist field and click Edit.
Add the values you need to the right column.
Click Save.
Note : When adding new record types it’s possible to include a picklist field on the page layout but it fails to make any of the picklist values available for use. The result is a field you have full access to but no way of seeing or selecting a picklist value recently added but not added in available options for picklist. Therefore make sure to mark it in the available list.

Thanks,
Smriti