FieldDefinition SOQL

PHOTO EMBED

Fri Mar 10 2023 17:22:13 GMT+0000 (Coordinated Universal Time)

Saved by @kchan

SELECT EntityDefinition.MasterLabel, EntityDefinition.DeveloperName, MasterLabel, QualifiedApiName, Description, DataType, Length, ExtraTypeInfo, ControllingFieldDefinitionId, ReferenceTargetField,  IsFieldHistoryTracked, IsIndexed, PublisherId, LastModifiedBy.Name, LastModifiedDate
FROM FieldDefinition 
WHERE EntityDefinition.DeveloperName = 'Case' ORDER BY MasterLabel
content_copyCOPY