public.planninggroupdetails
Columns
| keyid |
varchar(255) |
|
false |
|
|
|
| businessunitid |
varchar(50) |
|
true |
|
|
|
| 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.vwplanninggroupbusinessunit
Description Convenience view joining planning groups to their business units Table Definition CREATE VIEW vwplanninggroupbusinessunit AS ( SELECT pg.id AS planninggroupid, pg.name AS planninggroupname, pg.businessunitid AS ...
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", ...
public.vwheadcountforecast
Description Headcount forecast data with lookup expansion Table Definition CREATE VIEW vwheadcountforecast AS ( SELECT hcf.businessunitid, bu.name AS businessunitname, pg.businessunitid AS planninggroup_businessunitid, hcf.planninggroup AS ...
public.evalquestiondata
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 score ...
public.participantattributesdynamic
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 conversationenddate ...