Type Alias CivicaNameRecordElement
CivicaNameRecordElement: { address1Label?: string; address2Label?: string; businessPhoneIsHidden?: boolean; businessPhoneIsRequired?: boolean; businessPhoneLabel?: string; defaultValue?: CivicaNameRecord; emailAddressIsHidden?: boolean; emailAddressIsRequired?: boolean; emailAddressLabel?: string; familyNameLabel?: string; faxPhoneIsHidden?: boolean; faxPhoneIsRequired?: boolean; faxPhoneLabel?: string; givenName1IsHidden?: boolean; givenName1IsRequired?: boolean; givenName1Label?: string; homePhoneIsHidden?: boolean; homePhoneIsRequired?: boolean; homePhoneLabel?: string; mobilePhoneIsHidden?: boolean; mobilePhoneIsRequired?: boolean; mobilePhoneLabel?: string; postcodeLabel?: string; streetAddressesLabel?: string; titleLabel?: string; type: "civicaNameRecord"; useGeoscapeAddressing: boolean; } & FormElementRequired & FormElementReadOnly
An element to allow the user to create a Name Record in the Civica service.
The element must have an
idproperty that contains a universally unique identifier (UUID). The identifier must be a Version 4 (V4) UUID and must conform to the formatting requirements defined in this RFC 9562 specification: https://www.rfc-editor.org/rfc/rfc9562.html