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
Developer BaseDeveloper Base 

Different dependent picklist values for two record types

Hello, I have two record types: X1 and X2

Controling picklist: Type has values 1, 2, 3, 4, 5
Dependent picklist: Subtype has A, B, C, D, E

For record type X1 I need the Subtype value to equal A if Type equals value 1.
For record type X2 I need the Subtype alue to equal B if Type equals value 1.

Is this possible in any way or do I have to create twice as much values in Type field availible only for some record types?
Best Answer chosen by Developer Base
Danish HodaDanish Hoda
Hi there,
Dependency cannot be changed per Record types, you will need to create different values to achieve this.

All Answers

Danish HodaDanish Hoda
Hi there,
Dependency cannot be changed per Record types, you will need to create different values to achieve this.
This was selected as the best answer
Developer BaseDeveloper Base
Danish Hoda: Thank you sir, I thought so.