IF(TEXT( Product_Brand__c )="Legrand", "Anita",
CASE(RIGHT(CaseNumber,1),
"0","Amol Zambre",
"2","Shweta Agey",
"3","Shweta Agey",
"4","Vrushali Jadhav",NULL))
PFA screenshot also but some time user wants to edit that name is it possible to change that name in case level
showing read-only suggests how can I give edit access to them.
1 answer
Hi Kiran,