LogoLogo
TrustAPI Docs
  • Application
  • Support
  • Platform
  • Infrastructure
  • Security
  • Notices
  • Overview
  • Protect Data
    • Auto Backup
      • Auto Backup API Usage
      • Supported Objects
      • Delete Tracking
      • Salesforce Metadata Backup
      • Missing Field Permissions
      • Viewing Records
      • Viewing Files
    • Archive
      • Support for Big Objects
    • Restore
      • Restore Best Practices
    • Purge
  • Reuse Data
    • Global Search
    • Data Lake (formerly History Stream)
      • AWS Data Lakehouse
      • DuckDB Data Lake
      • Heroku Data Lakehouse
      • Azure Data Lake
      • Data Lake FAQ
      • Data Lake v1 (formerly History Stream)
    • Salesforce Sandbox Seeding
      • Sandbox Seeding Walkthrough
    • Public API
    • Managed Package
      • Second Generation
        • Features
        • Install
        • Update
        • Uninstall
      • First Generation
        • Features
        • Configure
        • Uninstall
        • Migrate
      • Frequently Asked Questions
  • Other
    • Settings
      • Connecting Salesforce
      • Connecting Storage
      • Sandbox Refresh
    • Notifications
    • Permissions
      • Integration User
      • Integration User Scripts
    • Troubleshooting
      • Debugging Salesforce Triggers
    • Auto Updates

Copyright © 2025 GRAX, Inc.

On this page
  • Unsupported Objects
  • Unsupported Standard Objects
  • Unsupported Standard Big Objects
  • Unsupported Standard Objects With Prefix
  • Unsupported Standard Objects With Suffix
  • Unsupported Custom Objects With Prefix
  • Feature-Specific Objects

Was this helpful?

Export as PDF
  1. Protect Data
  2. Auto Backup

Supported Objects

In general, GRAX supports backup of any Salesforce objects that meet all the following criteria:

  1. Can be queried.

  2. Has at least one 'audit date' field (SystemModstamp, LastModifiedDate, or CreatedDate), and that field is sortable.

  3. Is available using the Salesforce API version GRAX uses (currently 61.0).

  4. The running user (who is loading the list of objects and selecting which to back up) has at least read access to the object.

This covers most Salesforce objects.

This document only details which objects are able to be backed up with GRAX. Whether or not supported backup objects are able to be archived or restored is determined by Salesforce. Check out Salesforce's object specific documentation for more details.

Unsupported Objects

Let's take a look at specific objects or categories of objects that GRAX doesn't currently support. Please note that these lists are not exhaustive and there may be additional objects that are unsupported. Typically, they aren't able to be queried or aren't fully supported by the API in some way. Please reach out to GRAX if you have questions about specific objects.

Unsupported Standard Objects

AIApplication
AIDataDefinition
AIError
AIInsightAction
AIInsightFeedback
AIInsightReason
AIInsightSource
AIInsightValue
AIMetric
AIModel
AIModelDefinition
AIModelGraph
AIPredictionDefinition
AIRecordInsight
AIState
AcceptedEventRelation
AccountUserTerritory2View
ActivityMetric
ActivityMetricRollup
Address
AggregateResult
AppDefinition
AppTabMember
AssistantRecommendation
AssistantRecommendationShare
AssociatedLocation
AuraDefinitionBundleInfo
AuraDefinitionInfo
CaseStatus
ChatterMessageThread
CollaborationGroupRecord
ColorDefinition
ConfidenceThresholdConfig
ConfidenceThresholdCoverage
ContentBody
ContentDocumentSubscription
ContentFolderItem
ContentFolderLink
ContentFolderMember
ContentHubItem
ContentTagSubscription
ContentUserSubscription
ContentWorkspace
ContentWorkspaceDoc
ContentWorkspaceMember
ContentWorkspacePermission
ContentWorkspaceSubscription
ContractStatus
ContractStatusDeclinedEventRelation
CronJobDetail
DashboardComponent
DataStatistics
DataType
DatacloudAddress
DatacloudCompany
DatacloudContact
DatacloudDandBCompany
DecisionTable
DecisionTableDatasetLink
DeclinedEventRelation
DirectMessage
EinsteinDiscoveryModel
EmbeddedServiceDetail
EmbeddedServiceLabel
EntityDefinition
EntityParticle
EventBusSubscriber
EventWhoRelation
FeedAttachment
FeedTrackedChange
FieldDefinition
FieldSecurityClassification
FlexQueueItem
FlowDefinitionView
FlowTestView
FlowVariableView
FlowVersionView
FormulaFunction
FormulaFunctionAllowedType
FormulaFunctionCategory
GroupSubscription
IconDefinition
IdeaComment
IdpEventLog
KnowledgeArticle
KnowledgeArticleVersion
ListViewChartInstance
ListViewChartInstances
Location
MacroInstruction
MetadataPackageVersion
Name
NetworkUserHistoryRecent
NotificationMember
OauthToken
OrderStatus
OutgoingEmail
OutgoingEmailRelation
OwnerChangeOptionInfo
PartnerRole
Person
PicklistValueInfo
PlatformAction
PlatformEventUsageMetric
PredictionDefinition
PredictionDefinitionField
Publisher
RecentlyViewed
RecordRecommendation
RelationshipDomain
RelationshipInfo
S2XEventMap
S2XEventMapSelfServiceUser
SalesforceQuote
SearchLayout
SelfServiceUser
ServiceAppointmentStatus
ShiftStatus
Site
SiteDetail
SolutionStatus
TabDefinition
TaskPriority
TaskStatus
TaskWhoRelation
TenantSecret
ThirdPartyAccountLink
TwoFactorInfo
TwoFactorTempCode
UndecidedEventRelation
UserAppMenuCustomization
UserAppMenuItem
UserEntityAccess
UserFieldAccess
UserPermissionAccess
UserRecordAccess
UserRecordAccessTaskStatus
UserSetupEntityAccess
VisualizationPlugin
VisualizationResource
VisualizationType
Vote
WorkOrderLineItemStatus
WorkOrderStatus

Unsupported Standard Big Objects

AnalyticsBotSession
ApiEvent
BackgroundOperationResult
BotAnalytics
BotEventLog
FieldHistoryArchive
IdentityVerificationEvent
LightningUriEvent
ListViewEvent
LoginAsEvent
LoginEvent
LoginHistory
LogoutEvent
RecordActionHistory
ReportEvent
UriEvent

Unsupported Standard Objects With Prefix

Apex
PartnerNetwork

Unsupported Standard Objects With Suffix

EventStore
Feed
Share
__ViewStat
__VoteStat
__b (big objects)
__mdt (custom metadata types)
__x (external objects)
_hd (historical trending objects)

Unsupported Custom Objects With Prefix

grax

Feature-Specific Objects

Chatter / Feed

GRAX doesn't support Feed objects within an object backup.

Custom Metadata Types

GRAX doesn't support backup of custom metadata types.

Custom Settings

Einstein Objects

GRAX doesn't support backup of Einstein objects.

FeedAttachment

FeedAttachment doesn't have an audit date field and thus isn't supported. This object is a junction between FeedItem and ContentVersion. You are still able to back up the File that is posted in the Chatter Feed as long as that file is also linked to the record via ContentDocumentLink, which is supported and available to select in the hierarchy.

File Objects

Certain Salesforce objects contain binary fields with base64 encoded data (that is files). GRAX supports the backup of Attachments, Content (via the linkages amongst ContentDocument, ContentVersion, and ContentDocumentLink), and EventLogFiles. For any other objects that may contain these base64 fields, GRAX may support backing up other data fields, besides the binary, per the rules mentioned above.

History Objects

Knowledge

GRAX supports the backup of both the Classic and Lightning Knowledge object model, which revolve around objects ending in either ka or kav. VoteStat and ViewStat objects aren't supported, as indicated above.

Tags

Tag objects are supported. For object backups, you will see a backup type category if you have tags enabled in your org.

Last updated 13 hours ago

Was this helpful?

Custom Setting objects should appear in the GRAX backup list, provided they aren't "protected." Please note that some custom setting objects may not be supported for archiving or restoring, even if they are being backed up. for more information on custom settings.

GRAX supports the backup of History objects, such as CaseHistory and OpportunityFieldHistory, in addition to custom History objects. To enable backup of these objects, please contact .

Click here
GRAX Support