public.flowoutcomedetails
Description
Flow Outcome Details
Columns
| id |
varchar(255) |
|
false |
|
|
Flow Outcome ID |
| name |
varchar(255) |
|
false |
|
|
Flow Outcome Name |
| divisionid |
varchar(50) |
|
true |
|
|
Division ID |
| description |
varchar(255) |
|
true |
|
|
Description |
| operationid |
varchar(50) |
|
true |
|
|
Operation ID |
| operationcomplete |
bit(1) |
|
true |
|
|
Operation Complete |
| userid |
varchar(50) |
|
true |
|
|
User ID |
| clientid |
varchar(50) |
|
true |
|
|
Client ID |
| errormessage |
varchar(255) |
|
true |
|
|
Error Message |
| errorcode |
varchar(50) |
|
true |
|
|
Error Code |
| actionname |
varchar(50) |
|
true |
|
|
Action Name |
| actionstatus |
varchar(50) |
|
true |
|
|
Action Status |
| updated |
timestamp without time zone |
|
true |
|
|
Last Updated Timestamp |
Constraints
| flowoutcomedetails_pkey |
PRIMARY KEY |
PRIMARY KEY (id) |
Indexes
| flowoutcomedetails_pkey |
CREATE UNIQUE INDEX flowoutcomedetails_pkey ON
public.flowoutcomedetails USING btree (id) |
Related Articles
public.vwflowoutcomedetails
Description Normalized Flow Outcome Details (with division and user lookups) Table Definition CREATE VIEW vwflowoutcomedetails AS ( SELECT fod.id, fod.name, fod.description, fod.divisionid, dd.name AS divisionname, fod.operationid, CASE WHEN ...
public.vwflowoutcomedata
Description Flow Outcome Data with conversation summary enrichment and outcome name Table Definition CREATE VIEW vwflowoutcomedata AS ( SELECT fod.keyid, fod.conversationid, fod.conversationstartdate, fod.conversationstartdateltc, ...
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 ...
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 ...