Reporting Snapshots in Salesforce allow you to capture report data at a point in time and store it in a custom object for historical trend analysis. However, mapping data from Record Type fields is not currently supported for Reporting Snapshots.
This is a known platform limitation. The Record Type field cannot be directly mapped as a source field when setting up a Reporting Snapshot, which means Record Type data is excluded from the snapshot unless a workaround is applied.
To request this functionality be added in a future release, vote on please include Account-Record Type for Analytical Snapshot on IdeaExchange.
As a workaround, create a Text formula field that returns the Record Type name as a text value. This formula field can then be added to your report and mapped within the Reporting Snapshot.
=id and before the & ampersand symbol.Example URL: <REDACTED> The Record Type ID here is: 0126000000056bP`
Create a new Formula (Text) field on the object using the following logic (substituting your actual Record Type IDs and labels):
IF(RecordTypeId = "0126000000053ik", "Account Record Type",
IF(RecordTypeId = "0126000000056bP", "Last Type", "None"))
This formula returns the text name of the Record Type based on the RecordTypeId. Add an additional IF condition for each Record Type in your org.
Add the new formula field to the report used by your Reporting Snapshot.
In your Reporting Snapshot configuration, map the formula field (which now returns Record Type as text) to the appropriate field in your target custom object.
000384981

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.