For the complete documentation index, see llms.txt. This page is also available as Markdown.

Function: mapExtraFieldsByFieldId()

function mapExtraFieldsByFieldId(extraFields): Record<string, FirmhouseExtraFieldAnswer>;

Convert a list of extra fields to a map of extra fields by field id

Parameters

extraFields

FirmhouseExtraFieldAnswer[]

List of extra fields that can be accessed from a subscription.

Returns

Record<string, FirmhouseExtraFieldAnswer>

Map of extra fields by field id

Last updated

Was this helpful?