vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface CustomObjectMetadata

    interface CustomObjectMetadata {
        actionOverrides?: ActionOverride[];
        allowInChatterGroups?: boolean;
        articleTypeChannelDisplay?: ArticleTypeChannelDisplay;
        businessProcesses?: BusinessProcessMetadata[];
        compactLayoutAssignment?: string;
        compactLayouts?: CompactLayoutMetadata[];
        customHelp?: string;
        customHelpPage?: string;
        customSettingsType?: CustomSettingsType;
        deploymentStatus?: DeploymentStatus;
        deprecated?: boolean;
        description?: string;
        enableActivities?: boolean;
        enableBulkApi?: boolean;
        enableDataTranslation?: boolean;
        enableDivisions?: boolean;
        enableEnhancedLookup?: boolean;
        enableFeeds?: boolean;
        enableHistory?: boolean;
        enableLicensing?: boolean;
        enablePublishStatusTracking?: boolean;
        enableReports?: boolean;
        enableSearch?: boolean;
        enableSharing?: boolean;
        enableStreamingApi?: boolean;
        eventType?: PlatformEventType;
        externalDataSource?: string;
        externalName?: string;
        externalRepository?: string;
        externalSharingModel?: SharingModel;
        fields?: CustomFieldMetadata[];
        fieldSets?: FieldSetMetadata[];
        fullName?: string;
        gender?: Gender;
        historyRetentionPolicy?: HistoryRetentionPolicy;
        household?: boolean;
        indexes?: IndexMetadata[];
        label?: string;
        listViews?: ListViewMetadata[];
        mktDataLakeAttributes?: MktDataLakeAttributes;
        mktDataModelAttributes?: MktDataModelAttributes;
        nameField?: CustomFieldMetadata;
        pluralLabel?: string;
        profileSearchLayouts?: ProfileSearchLayouts[];
        publishBehavior?: PlatformEventPublishBehavior;
        recordTypes?: RecordTypeMetadata[];
        recordTypeTrackFeedHistory?: boolean;
        recordTypeTrackHistory?: boolean;
        searchLayouts?: SearchLayouts;
        sharingModel?: SharingModel;
        sharingReasons?: SharingReasonMetadata[];
        sharingRecalculations?: SharingRecalculation[];
        startsWith?: StartsWith;
        validationRules?: ValidationRuleMetadata[];
        visibility?: SetupObjectVisibility;
        webLinks?: WebLinkMetadata[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    actionOverrides?: ActionOverride[]
    allowInChatterGroups?: boolean
    articleTypeChannelDisplay?: ArticleTypeChannelDisplay
    businessProcesses?: BusinessProcessMetadata[]
    compactLayoutAssignment?: string
    compactLayouts?: CompactLayoutMetadata[]
    customHelp?: string
    customHelpPage?: string
    customSettingsType?: CustomSettingsType
    deploymentStatus?: DeploymentStatus
    deprecated?: boolean
    description?: string
    enableActivities?: boolean
    enableBulkApi?: boolean
    enableDataTranslation?: boolean
    enableDivisions?: boolean
    enableEnhancedLookup?: boolean
    enableFeeds?: boolean
    enableHistory?: boolean
    enableLicensing?: boolean
    enablePublishStatusTracking?: boolean
    enableReports?: boolean
    enableSearch?: boolean
    enableSharing?: boolean
    enableStreamingApi?: boolean
    eventType?: PlatformEventType
    externalDataSource?: string
    externalName?: string
    externalRepository?: string
    externalSharingModel?: SharingModel
    fieldSets?: FieldSetMetadata[]
    fullName?: string
    gender?: Gender
    historyRetentionPolicy?: HistoryRetentionPolicy
    household?: boolean
    indexes?: IndexMetadata[]
    label?: string
    listViews?: ListViewMetadata[]
    mktDataLakeAttributes?: MktDataLakeAttributes
    mktDataModelAttributes?: MktDataModelAttributes
    pluralLabel?: string
    profileSearchLayouts?: ProfileSearchLayouts[]
    recordTypes?: RecordTypeMetadata[]
    recordTypeTrackFeedHistory?: boolean
    recordTypeTrackHistory?: boolean
    searchLayouts?: SearchLayouts
    sharingModel?: SharingModel
    sharingReasons?: SharingReasonMetadata[]
    sharingRecalculations?: SharingRecalculation[]
    startsWith?: StartsWith
    validationRules?: ValidationRuleMetadata[]
    webLinks?: WebLinkMetadata[]