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
App DevelopmentApp Development 

Formula field not working! Strange!

I have created fromula field on opportunity and wanted to get true if following conditions are met. Still its not getting true.
IF((TEXT(Account.Type)== "Test" ) && CONTAINS( Account.Name , "Test") , true, false)
Not getting what i am missing. also, checked text (Test) its same.
Any suggestions?
SandhyaSandhya (Salesforce Developers) 
Hi,

Please check if you have Test as a picklist in Account type field.As this condition will be true only if Account.Type is Test and also Account name contains Test.what is the result return type when you are creating formula field.?

Hope this helps you!

Thanks and Regards
Sandhya