Edit Panels (Bulk Edit & Match-With)
Side-panel form schemas for the Planning Grid's Bulk Edit and Match-With features. These are UI definitions (ui_definitions table) served via a special planning-grid endpoint that injects date range context.
2 configurations
Bulk Edit Panel Form
Review carefullyForm schema for the Bulk Edit side panel on the Planning Grid. Defines all editable fields (KPIs, time period selectors, grand total toggle) shown when a user selects rows and clicks 'Bulk Edit'. The BE injects minDate/maxDate/defaultRange from globalFilters.plan_period before returning to FE.
Important to know before configuring:
- Uses POST endpoint (not GET) — BE injects date ranges from plan_period before returning config
- Field IDs must match KPI keys in kpi_formula_json for edits to work
No reference value is available; use the guided form or ask the AI Agent for help.
Ask a simple question about this feature
Explanations use business language. To request a configuration change, say what you want to set, change, or add.
Match-With Panel Form
Review carefullyForm schema for the Match-With side panel on the Planning Grid. Used when mapping a new SKU to a historical SKU for demand transfer. Defines cascading fields (time period, hierarchy selection) with isCascading=true for dependent dropdowns. The BE injects date ranges before returning.
Important to know before configuring:
- Uses POST endpoint — BE injects date ranges from plan_period
- isCascading=true means FE re-fetches dependent field options on each selection change
No reference value is available; use the guided form or ask the AI Agent for help.
Ask a simple question about this feature
Explanations use business language. To request a configuration change, say what you want to set, change, or add.