Skip to main content

salesforce.field.extratypeinfo

Home > @runlightyear/salesforce > Field > extraTypeInfo

Field.extraTypeInfo property

If the field is a textarea field type, indicates if the text area is plain text (plaintextarea) or rich text (richtextarea).

If the field is a url field type, if this value is imageurl, the URL references an image file. Available on standard fields on standard objects only, for example, Account.photoUrl, Contact.photoUrl, and so on.

If the field is a reference field type, indicates the type of external object relationship. Available on external objects only. null — lookup relationship externallookup — external lookup relationship indirectlookup — indirect lookup relationship

Signature:
extraTypeInfo: string;