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
Tina Cancino 16Tina Cancino 16 

ispickval syntax

I need to pull the pickval from the contact object into the case object: I used the below formula: TEXT( Parent.Contact.Gender__c ) but it is not pulling the chosen value in the contact object. 

Any idea of what is the correct syntax?
SalesFORCE_enFORCErSalesFORCE_enFORCEr
I see you are taking values from the Parent Case, do you have Parent Case field added on the page layout and it is correctly populated?
Maharajan CMaharajan C
Hi Tina,

Just use TEXT(Contact.Gender__c) thats enough!!!

If you trying to update the Case contact gender means then you have to use like below in formula field!!!

User-added image

Or if you trying to update the parent case contact gender means then you have to use like below!!!

User-added image

Let me know if it works or not!!!

If it works then mark this as a best answer!!!

Thanks,
​Raj
Tina Cancino 16Tina Cancino 16
Yes. I removed parent. Thank you.
Maharajan CMaharajan C
Can you please mark the best answer which one helps to fix the issue.So it will help others!!!

Thanks,
Raj