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
SpongeBob_2009SpongeBob_2009 

APEX: Describe SObjects (names, types, sizes)

Trying to develop something that will list the field names, types, sizes for any given SObject.

 

I am using Schema.DescribeSObjectResult but I can't get anymore than the field names.

 

Is there any way to accomplish this?