Getting Field Metadata
ts-force
provides metadata about each field via the generated classes.
via Static FIELDS
property
FIELDS
propertyvia "Reflection"
You can use the getSFieldProps(sObject, fieldKey)
to dynamically get metadata information on any field:
Last updated
Was this helpful?