public.activitycodedetails

public.activitycodedetails

Description

Activity Code Lookup Data

Columns

Name Type Default Nullable Children Parents Comment
keyid varchar(100) false
id varchar(50) true
businessunitid varchar(50) true
name varchar(50) true
active bit(1) true
defaultcode bit(1) true
category varchar(50) true
lengthinminutes integer true
countsaspaidwork bit(1) true
countsasworktime bit(1) true
updated timestamp without time zone true

Constraints

Name Type Definition
activitycodedetails_pkey PRIMARY KEY PRIMARY KEY (keyid)

Indexes

Name Definition
activitycodedetails_pkey CREATE UNIQUE INDEX activitycodedetails_pkey ON public.activitycodedetails USING btree (keyid)

    • Related Articles

    • public.vwactivitycodedetails

      Description See activitycodes table Table Definition CREATE VIEW vwactivitycodedetails AS ( SELECT activitycodedetails.keyid, activitycodedetails.id, activitycodedetails.businessunitid, activitycodedetails.name, activitycodedetails.active, ...
    • public.vwscheduledata

      Description See ScheduleData - Expands all the GUIDs with their lookups Table Definition CREATE VIEW vwscheduledata AS ( SELECT sc.scheduleid, sc.userid, sc.shiftid, sc.shiftstartdate, sc.shiftstartdateltc, sc.shiftlengthtime, sc.activitystartdate, ...
    • public.z_wfmscheduledata

      Description See WFMScheduleData: Data combining schedule and time off information Table Definition CREATE VIEW z_wfmscheduledata AS ( SELECT sc.userid, sc.shiftstartdate, sc.shiftlengthtime, sc.activitystartdate, sc.activitystartdateltc, ...
    • 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.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 ...