Loading
시스템 관리자에 대한 피싱 방지 MFA 및 전 직원사용자 MFA 적용 안내 더 많이 읽기
현재 다수의 문의가 발생하여 대응에 지연이 발생하고 있습니다.더 많이 읽기

Error: Delete Your Custom Column or Forecast Type When Editing Salesforce Collaborative Forecasts Settings

게시 일자: Aug 27, 2026
상세 설명

When editing forecast settings or the forecast category field in Salesforce Collaborative Forecasts, you may see the following error:

"You have at least one custom column defined in a forecast type. Delete your custom column or forecast type and try again."

This error occurs when a custom column exists on any forecast type, regardless of whether that forecast type is currently active. See the ForecastingColumnDefinition object reference for more on how custom columns are stored.

솔루션

This article answers the question: how do I resolve the "custom column defined in a forecast type" error so I can edit my Collaborative Forecasts settings?

Why This Happens

Salesforce blocks changes to forecast settings when any forecast type — active or inactive — still has a custom column defined on it. The custom column must be removed before the settings can be edited.

Resolution Steps

  1. In Data Loader or Workbench, run this query (Data Loader/Workbench must be on API version 56 or later):
    `SELECT DeveloperName, ForecastingTypeId, Formula, Id FROM ForecastingColumnDefinition`
  2. From the query results, note the forecast type ID.
  3. Run an update or upsert on the forecast type to mark it active.
  4. Once the forecast type is active, use the UI to delete the custom columns from that forecast type.

Legacy Forecast Types

It's no longer possible to activate legacy forecast types. If the custom column is on a legacy forecast type, take the ID from the query above and run a delete directly on the ForecastingColumnDefinition record instead.

추가 자원
Knowledge 기사 번호

000395092

 
로드 중
Salesforce Help | Article