You need to sign in to do that
Don't have an account?
Ossie
Simple Formula Field
Hi All,
I dont usually have any issues with formulas but for some reason i cant get this simple text formula below to work and so would appreciate any help please.
Upon the creation of a case i would like to populate let say field abc__c with the value of a team depending on the person which has created the record/case.
I have tried all of the following, BUT none seem to work:
- IF(OwnerId = "005D0000001CFnlIAG", "Team A", Null)
- IF(CreatedBy.Alias = "JoeBloggs", "Team A", Null)
- IF( CreatedById = "005D0000001CFnl", "Team A", Null)
Thanks in Advance
I think I might have it formulas only use ID-15 nor ID-18
All Answers
Thanka for the quick response, but it doesnt work.
I have tried selecting just one of the If statments below, and still failed.
I think I might have it formulas only use ID-15 nor ID-18
Topman! Worked!