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
Krishna KatveKrishna Katve 

Is it possible to get custom fields created by id?

Hi,

We can get all details of field using DescribeFieldResult class, but i am not able to find how to get created by and last modified by id for a field

Please advise.

Thanks
krishna
Ketankumar PatelKetankumar Patel
I don't think any method yet supported to get custom field created by Id using DescribeFieldResult.

DescribeFieldResult Class Methods: https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_methods_system_fields_describe.htm
Amit K AAmit K A
You need to contact salesforce support for this. Only they can help you