Recent Articles
public.vwuserlanguagemappings
Description User routing language assignments with user and division context Table Definition CREATE VIEW vwuserlanguagemappings AS ( SELECT (ulm.userid)::text AS user_id, (ud.name)::text AS user_name, (ud.divisionid)::text AS division_id, ...
public.vwinteractionlegdata
Description One row per answered interaction leg (queue plus agent handling pair) with rolled-up IVR/queue/talk/hold/wrap times and transfer chain. Abandoned interactions (queued, never handled) produce no row. Table Definition CREATE VIEW ...
public.userlanguagemappings
Columns Name Type Default Nullable Children Parents Comment keyid varchar(100) false userid varchar(50) true languageid varchar(50) true languagename varchar(255) true proficiency numeric(20,2) true state varchar(50) true updated timestamp without ...
Customer Science Coding Standard
Customer Science Coding Standard Article Type: Engineering Standard Audience: Customer Science software engineers, architects, automation developers, data engineers, support engineers, delivery engineers, and technical reviewers Applies To: ...
CSI Platform Release Notes
CSI Platform Release Notes This article provides a summary of significant platform updates, enhancements, bug fixes, security improvements, and infrastructure changes made to the Customer Science Intelligence (CSI) Platform. Release notes are updated ...