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
GlennWGlennW 

Custom object table names

Will all custom objects have their table name postfixed with "__C"

It appears to be that way from describeGlobal results but I just wanted to be sure that all __C tables always represent custom objects.

It would be cool (as a wishlist) to put a few more properties on the DescribeGlobalResult object such as:

.IsCustom as boolean
.PrimaryLinkObjects() as string
.PrimaryLinkObjectIdFields() as string

This way I could find all tables that had a primary links to the account table with just a describeGlobal call.

Cheers;
GlennW