This view provides a 90-day analytical summary of customer behavior including purchasing patterns, order frequency, basket size, and financial range. It is used for customer segmentation, scoring, and AI-driven sales targeting.
This view represents the AI-driven customer intelligence layer of the system. It aggregates behavioral, financial, and engagement signals to generate customer scoring and segmentation. Most relationships are derived through CustomerID (CustID) and are based on aggregated or transactional source views.
| Related View | Join Keys | Description |
|---|---|---|
| OrderFinancialSummaryView | CustID, SCID | Primary financial source used to derive revenue behavior, profitability, and customer monetary value. |
| OrderCollectionAnalyticsView | CustID | Provides payment behavior signals including delay patterns, outstanding balances, and cashflow reliability. |
| OrderReturnSummaryView | CustID | Captures product return behavior and identifies negative quality or satisfaction signals. |
| CustomerVisitLogsView | CustID, SellerID | Measures engagement intensity and interaction frequency between customers and sales representatives. |
| SellerVisitPathCustomersView | CustID, SellerID | Compares planned vs actual engagement coverage and supports opportunity gap analysis. |
| CustAssignToSeller | CustID, SellerID | Defines sales ownership structure used for attribution of customer potential and performance scoring. |
| DeliveryOperationAnalyticsView | CustID (via Order/Invoice chain) | Provides indirect logistics performance signals affecting customer satisfaction and experience quality. |
| CustomerPotentialAnalyticsView (Current) | CustID, SCID | Core AI scoring engine output that consolidates behavioral, financial, and engagement metrics into customer potential index. |
CustID → Core entity for behavioral, financial, and engagement aggregationSCID → Channel-based segmentation and performance comparisonCountFactor → Purchase frequency signalAvgAmount → Monetary strength indicatorAveFactorFerq → Purchase consistency / loyalty metricCountNotOrder → Drop-off and missed conversion signalLastVisitDate / LastFacktorDate → Recency signals for AI scoring models
All date fields are stored as STRING in format YYYY/MM/DD (Gregorian calendar).
They must be converted before any date-based calculations or filtering.
This view is designed as a core input for AI-driven customer scoring models combining financial behavior, purchase frequency, and basket diversity to estimate customer potential and engagement level.