public.userpresencedatadaily
Description
User Presence Data Daily Data - LTC - See UserPresenceData for
Descriptions
Columns
| keyid |
varchar(255) |
|
false |
|
|
|
| id |
varchar(50) |
|
true |
|
|
|
| userid |
varchar(50) |
|
true |
|
|
|
| startdate |
timestamp without time zone |
|
true |
|
|
|
| timetype |
varchar(50) |
|
true |
|
|
|
| systempresenceid |
varchar(50) |
|
true |
|
|
|
| presenceid |
varchar(50) |
|
true |
|
|
|
| presencetime |
numeric(20,2) |
|
true |
|
|
|
| routingid |
varchar(50) |
|
true |
|
|
|
| routingtime |
numeric(20,2) |
|
true |
|
|
|
| updated |
timestamp without time zone |
|
true |
|
|
|
Constraints
| userpresencedatadaily_pkey |
PRIMARY KEY |
PRIMARY KEY (keyid) |
Indexes
| userpresencedatadaily_pkey |
CREATE UNIQUE INDEX userpresencedatadaily_pkey ON
public.userpresencedatadaily USING btree (keyid) |
| userpresencedailydatatype |
CREATE INDEX userpresencedailydatatype ON
public.userpresencedatadaily USING btree (timetype) |
| userpresencedailystart |
CREATE INDEX userpresencedailystart ON public.userpresencedatadaily
USING btree (startdate) |
| userpresencedailyuser |
CREATE INDEX userpresencedailyuser ON public.userpresencedatadaily
USING btree (userid) |
Related Articles
public.vwuserpresencedatadaily
Description See UserPresenceDataDaily - Expands all the GUIDs with their lookups(Daily) Table Definition CREATE VIEW vwuserpresencedatadaily AS ( SELECT userpresencedatadaily.id, userpresencedatadaily.userid, userdetail.name AS agentname, ...
README
Logo Genesys Adapter Data Dictionary Tables Name Columns Comment Type public.tabledefinitions 5 Subscription Detailed Data BASE TABLE public.activeqmembersdata 9 Historical Active Membership of Queues BASE TABLE public.activitycodedetails 11 Activity ...
public.evalquestiondata
Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(50) false evaluationid varchar(50) false evaluationformid varchar(50) false questiongroupid varchar(50) true questionid varchar(50) true answerid varchar(50) true ...
public.participantattributesdynamic
Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(50) false conversationid varchar(50) false conversationstartdate timestamp without time zone false conversationstartdateltc timestamp without time zone true ...
public.userinteractionpresencedetaileddata
Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(255) false userid varchar(50) true starttime timestamp without time zone false starttimeltc timestamp without time zone true endtime timestamp without time zone ...