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
Hall AnthonyHall Anthony 

do standard fields have 15 digit reference ids?

Do standard fields have 15 digit reference id's? I want to reference the Case "account name" field in a URL button but the field address is 

https://cs45.salesforce.com/_ui/common/config/field/StandardFieldAttributes/d?id=Account&type=Case&retURL=%2Fp%2Fsetup%2Flayout%2FLayoutFieldList%3Ftype%3DCase%26retURL%3D%252Fui%252Fsetup%252FSetup%253Fsetupid%253DCase%26setupid%3DCaseFields&setupid=CaseFields

Thanks!
Best Answer chosen by Hall Anthony
Veenesh VikramVeenesh Vikram
No, Standard fields do not have 15 digit Ids as Custom fields do.Salesforce.com provides a list of the field’s name for its standard fields.

In your case:
The Account Name field on Case object has
Account Name           ID           cas4_lkid
                                Text         cas4_lkold

Refer: http://phollaio.tumblr.com/post/22058016777/how-to-obtain-a-field-id

Kindly mark this as a solution if it helps

Veenesh