public.headcountforecastdata
Description
Columns
keyid |
varchar(100) |
|
false |
|
|
|
businessunitid |
varchar(50) |
|
true |
|
|
|
planninggroup |
varchar(50) |
|
true |
|
|
|
scheduleid |
varchar(50) |
|
true |
|
|
|
weekdate |
timestamp without time zone |
|
true |
|
|
|
startdate |
timestamp without time zone |
|
true |
|
|
|
startdateltc |
timestamp without time zone |
|
true |
|
|
|
requiredperinterval |
numeric(20,2) |
|
true |
|
|
|
requiredwithoutshrinkageperinterval |
numeric(20,2) |
|
true |
|
|
|
updated |
timestamp without time zone |
|
true |
|
|
|
Constraints
headcountforecastdata_key |
PRIMARY KEY |
PRIMARY KEY (keyid) |
Indexes
headcountforecastdata_key |
CREATE UNIQUE INDEX headcountforecastdata_key ON public.headcountforecastdata USING btree (keyid) |
Related Articles
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 ...
public.jobminimumdefinition
Description Columns Name Type Default Nullable Children Parents Comment jobid integer nextval(‘jobminimumdefinition_jobid_seq’::regclass) false jobname varchar(255) true maxsyncspan varchar(50) true lookbackspan varchar(50) true Constraints Name Type ...