You need to sign in to do that
Don't have an account?

Username from ID field in formula?
Hi Everyone,
I added a custom formula field to the cases object. I want to show the account owner on the cases screen, but can't seem to get it right.
Here is what I am currently using for the formula:
Account.OwnerID
But, of course, this shows the ID, rather than the actual user name. What can I do???
I'm banging my head against the wall. This can't be so hard! :smileymad:
Thanks!
Joseph
I added a custom formula field to the cases object. I want to show the account owner on the cases screen, but can't seem to get it right.
Here is what I am currently using for the formula:
Account.OwnerID
But, of course, this shows the ID, rather than the actual user name. What can I do???
I'm banging my head against the wall. This can't be so hard! :smileymad:
Thanks!
Joseph
Message Edited by Buell on 08-05-2008 10:02 AM
Message Edited by Gemini@Work on 08-05-2008 04:03 PM
You want to use the following: Account.Owner.Name
Account.Owner.Name does not exist, at least does not work in a formula field, sorry.
Error: Field Owner does not exist. Check spelling.