CustomObject: Metadata & {
    actionOverrides: ActionOverride[];
    allowInChatterGroups?: boolean | null;
    articleTypeChannelDisplay?: ArticleTypeChannelDisplay | null;
    businessProcesses: BusinessProcess[];
    compactLayoutAssignment?: string | null;
    compactLayouts: CompactLayout[];
    customHelp?: string | null;
    customHelpPage?: string | null;
    customSettingsType?: string | null;
    deploymentStatus?: string | null;
    deprecated?: boolean | null;
    description?: string | null;
    enableActivities?: boolean | null;
    enableBulkApi?: boolean | null;
    enableDataTranslation?: boolean | null;
    enableDivisions?: boolean | null;
    enableEnhancedLookup?: boolean | null;
    enableFeeds?: boolean | null;
    enableHistory?: boolean | null;
    enableLicensing?: boolean | null;
    enableReports?: boolean | null;
    enableSearch?: boolean | null;
    enableSharing?: boolean | null;
    enableStreamingApi?: boolean | null;
    eventType?: string | null;
    externalDataSource?: string | null;
    externalName?: string | null;
    externalRepository?: string | null;
    externalSharingModel?: string | null;
    fieldSets: FieldSet[];
    fields: CustomField[];
    gender?: string | null;
    historyRetentionPolicy?: HistoryRetentionPolicy | null;
    household?: boolean | null;
    indexes: Index[];
    label?: string | null;
    listViews: ListView[];
    nameField?: CustomField | null;
    pluralLabel?: string | null;
    profileSearchLayouts: ProfileSearchLayouts[];
    publishBehavior?: string | null;
    recordTypeTrackFeedHistory?: boolean | null;
    recordTypeTrackHistory?: boolean | null;
    recordTypes: RecordType[];
    searchLayouts?: SearchLayouts | null;
    sharingModel?: string | null;
    sharingReasons: SharingReason[];
    sharingRecalculations: SharingRecalculation[];
    startsWith?: string | null;
    validationRules: ValidationRule[];
    visibility?: string | null;
    webLinks: WebLink[];
}

Type declaration

  • actionOverrides: ActionOverride[]
  • Optional allowInChatterGroups?: boolean | null
  • Optional articleTypeChannelDisplay?: ArticleTypeChannelDisplay | null
  • businessProcesses: BusinessProcess[]
  • Optional compactLayoutAssignment?: string | null
  • compactLayouts: CompactLayout[]
  • Optional customHelp?: string | null
  • Optional customHelpPage?: string | null
  • Optional customSettingsType?: string | null
  • Optional deploymentStatus?: string | null
  • Optional deprecated?: boolean | null
  • Optional description?: string | null
  • Optional enableActivities?: boolean | null
  • Optional enableBulkApi?: boolean | null
  • Optional enableDataTranslation?: boolean | null
  • Optional enableDivisions?: boolean | null
  • Optional enableEnhancedLookup?: boolean | null
  • Optional enableFeeds?: boolean | null
  • Optional enableHistory?: boolean | null
  • Optional enableLicensing?: boolean | null
  • Optional enableReports?: boolean | null
  • Optional enableSearch?: boolean | null
  • Optional enableSharing?: boolean | null
  • Optional enableStreamingApi?: boolean | null
  • Optional eventType?: string | null
  • Optional externalDataSource?: string | null
  • Optional externalName?: string | null
  • Optional externalRepository?: string | null
  • Optional externalSharingModel?: string | null
  • fieldSets: FieldSet[]
  • fields: CustomField[]
  • Optional gender?: string | null
  • Optional historyRetentionPolicy?: HistoryRetentionPolicy | null
  • Optional household?: boolean | null
  • indexes: Index[]
  • Optional label?: string | null
  • listViews: ListView[]
  • Optional nameField?: CustomField | null
  • Optional pluralLabel?: string | null
  • profileSearchLayouts: ProfileSearchLayouts[]
  • Optional publishBehavior?: string | null
  • Optional recordTypeTrackFeedHistory?: boolean | null
  • Optional recordTypeTrackHistory?: boolean | null
  • recordTypes: RecordType[]
  • Optional searchLayouts?: SearchLayouts | null
  • Optional sharingModel?: string | null
  • sharingReasons: SharingReason[]
  • sharingRecalculations: SharingRecalculation[]
  • Optional startsWith?: string | null
  • validationRules: ValidationRule[]
  • Optional visibility?: string | null
  • webLinks: WebLink[]