[SalesForce] Standard fields in Custom Object

How many Standard fields do we have for a custom object ?

Is RecordId is also a standard field for the object?
Please help

Best Answer

The are System fields on most objects:

Id
IsDeleted

Audit Fields:
CreatedById
CreatedDate
LastModifiedById
LastModifiedDate
SystemModstamp

Here you will find all standard salesforce objects:

Standard Objects

Each object is linked to the detail page where all of standard fields of the standard object stands.

For example Account:

Fields:
AccountNumber
AccountSource
..
Name
OwnerId

and so on.

Related Topic