enqreg_header

Table name: enqreg_header

Contains/Role: Three tables (enqreg_header, enqreg_category and enqreg_topic) are related together in order to store the so-called enquiry registration data (see database diagram). This table is the main of these tables, holding one record for each enquiry registration that has been made.

Ref also view vw_enqreg_total.

Column NameDatatypeDescription
enqreg_header_recid

Int

Primary key

Internal, auto-numbered. A unique id for each record.
internal_session_iduniqueidentifierFor internal use, for “connection” back to Puzzel’s internal system.
customer_keyvarchar (100)The customer key (number) for the “owner” of the call.
internal_country_src_dbvarchar(10)Mostly for internal use. Indicates the country for the database (internally) where the original record is fetched from. International standard for country codes is used (for example ‘NO’ for Norway, ‘SE’ for Sweden, etc).
dte_time_stampdatetimeA timestamp indicating when this enquiry registration was completed.
agent_idintOptional. May contain the id for the agent who made this enquiry registration.
queue_keynvarchar(255)Optional. May contain the queue for which this enquiry registration should be related to.
commentnvarchar(MAX)Optional. Will contain the comment the agent entered (if any).
reschedule_timedatetimeoffsetThe time entered for the rescheduled (Dialler) call
enquiry_media_typenvarchar(255)A text indicating on which type of media the enquiry registration was related to. Contains one of the following values; “Undefined”, “Call”, “Chat”, “EMail” and “SocialNetworks”
related_iq_session_iduniqueidentifierOptional. May contain a unique internal_iq_session_id for a call/request (the call may consist of more than one session) for which this enquiry registration should be related to.
dte_updateddatetimeA timestamp indicating when this record is stored/last updated in this database.
marked_unanswvarchar(255)true if the Dialler agent selected Marked as unanswered, otherwise NULL.
See General Dialler information
reservedvarchar(255)true if the agent that rescheduled the Dialler call selected “To myself”, otherwise NULL.
See General Dialler information
dte_time_stamp_UTCDatetimeSame as ‘dte_time_stamp’, but in UTC *
dte_updated_UTCDatetimeSame as ‘dte_updated’, but in UTC *

Added in v2.4.3.0

Published

Last updated

5
-1