
1 answer
Hi Sasszz,Let me confirm your requirement:The picklist field name is Type_Of_Bedroom__cIt has only 3 values.1bhk(30 unit)2bhk (30 unit)3bhk (20 unit)if a user select 1bhk(first option) and if he saves the record, the picklist value should be changed as 1bhk(29 unit) So, 1bhk(29 unit) is not present in the picklist value.Answer: You can achieve this by using Triggers. Did you got it?