Type alias OpportunitySettings

OpportunitySettings: Metadata & {
    autoActivateNewReminders?: boolean | null;
    customizableProductSchedulesEnabled?: boolean | null;
    doesAutoAddSplitOwnerAsOpportunityTeamMember?: boolean | null;
    doesEnforceStandardOpportunitySaveLogic?: boolean | null;
    enableFindSimilarOpportunities?: boolean | null;
    enableOpportunityFieldHistoryTracking?: boolean | null;
    enableOpportunityInsightsInMobile?: boolean | null;
    enableOpportunityTeam?: boolean | null;
    enableUpdateReminders?: boolean | null;
    findSimilarOppFilter?: FindSimilarOppFilter | null;
    promptToAddProducts?: boolean | null;
}

Type declaration

  • Optional autoActivateNewReminders?: boolean | null
  • Optional customizableProductSchedulesEnabled?: boolean | null
  • Optional doesAutoAddSplitOwnerAsOpportunityTeamMember?: boolean | null
  • Optional doesEnforceStandardOpportunitySaveLogic?: boolean | null
  • Optional enableFindSimilarOpportunities?: boolean | null
  • Optional enableOpportunityFieldHistoryTracking?: boolean | null
  • Optional enableOpportunityInsightsInMobile?: boolean | null
  • Optional enableOpportunityTeam?: boolean | null
  • Optional enableUpdateReminders?: boolean | null
  • Optional findSimilarOppFilter?: FindSimilarOppFilter | null
  • Optional promptToAddProducts?: boolean | null