You need to sign in to do that
Don't have an account?
Hi,,I have made one formula field on partner fund request name xyz. I want to make it true when community user account Id = Partner account which is the account lookup onn partner fund request
I have made it like that---always its showing false only...
if(($User.AccountId__c =PartnerAccount__r.Id), True, False)
I have tried with == also even then its not working correctly.
Kindly let me know where is the error???????????/
if(($User.AccountId__c =PartnerAccount__r.Id), True, False)
I have tried with == also even then its not working correctly.
Kindly let me know where is the error???????????/
Try below
Thanks,