You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(crm-example): use supported analytics fields on executive dashboard
The executive dashboard had two widgets configured with fields the
analytics service can't resolve, producing 500 errors:
- 'Revenue by Industry' grouped opportunity by 'account.industry'
(cross-relation traversal not supported by the SQL strategy).
- 'New Accounts' grouped account by 'created_date', but account only
has the standard 'created_at' audit field.
Switched the first widget to group opportunity by 'lead_source' (a real
opportunity select field) and renamed it 'Revenue by Lead Source' with
matching translations in en/zh/ja/es. Switched the second widget to
'created_at'.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments