Supported Objects
In general, GRAX supports backup of any Salesforce objects that meet all the following criteria:
- Can be queried.
- Has at least one 'audit date' field (
SystemModstamp
,LastModifiedDate
, orCreatedDate
), and that field is sortable. - Is available using the Salesforce API version GRAX uses (currently 51.0).
- 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.
NOTE:
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
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
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
GRAX supports the backup of History
objects, such as CaseHistory
and OpportunityFieldHistory
. To enable backup of these objects, please contact GRAX Sales.
Chatter / Feed
GRAX doesn't support Feed
objects within an object backup.
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.
Tags
Tag
objects are supported. For object backups, you will see a backup type category if you have tags enabled in your org.
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.
Documents
GRAX doesn't support backing up the base64 body (binary) of a Document. However, you can back up the other fields on the Document
object, such as name, description, type etc. Documents are more relevant for Salesforce Classic and the recommendation is to move to Files, which are fully supported by GRAX.
You won't find the Document
object available for archives.
Custom Settings
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. Click here for more information on custom settings.
Custom Metadata Types
GRAX doesn't support backup of custom metadata types.
Updated about 21 hours ago