Type alias ForecastingTypeSettings

ForecastingTypeSettings: {
    active: boolean;
    adjustmentsSettings: AdjustmentsSettings;
    displayedCategoryApiNames: string[];
    forecastRangeSettings: ForecastRangeSettings;
    forecastedCategoryApiNames: string[];
    forecastingDateType: string;
    hasProductFamily: boolean;
    isAmount: boolean;
    isAvailable: boolean;
    isQuantity: boolean;
    managerAdjustableCategoryApiNames: string[];
    masterLabel: string;
    name: string;
    opportunityListFieldsLabelMappings: OpportunityListFieldsLabelMapping[];
    opportunityListFieldsSelectedSettings: OpportunityListFieldsSelectedSettings;
    opportunityListFieldsUnselectedSettings: OpportunityListFieldsUnselectedSettings;
    opportunitySplitName?: string | null;
    ownerAdjustableCategoryApiNames: string[];
    quotasSettings: QuotasSettings;
    territory2ModelName?: string | null;
}

Type declaration