Type alias RoleOrTerritory
RoleOrTerritory: Metadata & { caseAccessLevel?: string | null; contactAccessLevel?: string | null; description?: string | null; mayForecastManagerShare?: boolean | null; name: string; opportunityAccessLevel?: string | null; } Type declaration
Optional
caseAccessLevel?: string | null
Optional
contactAccessLevel?: string | null
Optional
description?: string | null
Optional
mayForecastManagerShare?: boolean | null
name: string
Optional
opportunityAccessLevel?: string | null