public.planninggroupdetails
Description
Columns
keyid |
varchar(100) |
|
false |
|
|
|
id |
varchar(50) |
|
true |
|
|
|
name |
varchar(100) |
|
true |
|
|
|
servicelevelgoalid |
varchar(50) |
|
true |
|
|
|
queueid |
varchar(50) |
|
true |
|
|
|
mediatype |
varchar(50) |
|
true |
|
|
|
skills1 |
varchar(50) |
|
true |
|
|
|
skills2 |
varchar(50) |
|
true |
|
|
|
skills3 |
varchar(50) |
|
true |
|
|
|
lastmodifiedby |
varchar(50) |
|
true |
|
|
|
updated |
timestamp without time zone |
|
true |
|
|
|
Constraints
planninggroupsdetails_pkey |
PRIMARY KEY |
PRIMARY KEY (keyid) |
Indexes
planninggroupsdetails_pkey |
CREATE UNIQUE INDEX planninggroupsdetails_pkey ON public.planninggroupdetails USING btree (keyid) |
Related Articles
public.vwofferedforecast
Description Table Definition CREATE VIEW vwofferedforecast AS ( SELECT DISTINCT ofd.keyid, ofd.businessunitid, bu.name AS "BUSINESSUNITNAME", ofd.scheduleid, scd.description AS "SCHEDULEDESC", ofd.planninggroup AS "PLANNINGGROUPID", pgd.name AS ...
public.vwheadcountforecast
Description See HeadCountForecast - Expands all the GUIDs with their lookups Table Definition CREATE VIEW vwheadcountforecast AS ( SELECT hcf.businessunitid, bu.name AS businessunitname, hcf.planninggroup AS planninggroup_id, pg.name AS ...
public.mvwconvvoiceoverviewdata
Description Columns Name Type Default Nullable Children Parents Comment conversationid varchar(50) false sentimentscore numeric(20,2) true sentimenttrend numeric(20,2) true agentdurationpercentage numeric(20,2) true customerdurationpercentage ...
public.mvwconvvoicesentimentdetaildata
Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(100) false conversationid varchar(50) true starttime timestamp without time zone true starttimeltc timestamp without time zone true duration numeric(20,2) true ...
public.vwteammemberdata
Description Team Member Data View Table Definition CREATE VIEW vwteammemberdata AS ( SELECT tm.userid, ud.name AS "Agent Name", td.name AS "Team Name" FROM ((teammemberdata tm LEFT JOIN vwuserdetail ud ON (((tm.userid)::text = (ud.id)::text))) LEFT ...