Type alias CivicaNameRecordElement Civica Name Record Element : { 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 Type declaration Optional address1 Label ?: string Optional address2 Label ?: string Optional business Phone Is Hidden ?: boolean Optional business Phone Is Required ?: boolean Optional business Phone Label ?: string Optional email Address Is Hidden ?: boolean Optional email Address Is Required ?: boolean Optional email Address Label ?: string Optional family Name Label ?: string Optional fax Phone Is Hidden ?: boolean Optional fax Phone Is Required ?: boolean Optional fax Phone Label ?: string Optional given Name1 Is Hidden ?: boolean Optional given Name1 Is Required ?: boolean Optional given Name1 Label ?: string Optional home Phone Is Hidden ?: boolean Optional home Phone Is Required ?: boolean Optional home Phone Label ?: string Optional mobile Phone Is Hidden ?: boolean Optional mobile Phone Is Required ?: boolean Optional mobile Phone Label ?: string Optional postcode Label ?: string Optional street Addresses Label ?: string Optional title Label ?: string type : "civicaNameRecord" use Geoscape Addressing : boolean Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1069
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