Ingest Tax Data into Data 360
Before you ingest tax data, complete these steps:
- Turn on Tax and Revenue and select the target data space for your Salesforce org. See Set Up Tax and Revenue in Salesforce Help.
- Review the DMO dependency tiers to understand the ingestion order. See Tax and Revenue Management.
Ingestion happens in three phases. First, sync Salesforce objects (Account, Contact, IdentityDocument) to Data 360 by using the CRM connector. This creates the platform SSOT records that tax DMOs depend on, including the PartyIdentification records used by Identity Resolution. Second, ingest agency-side Account and PartyIdentification records that represent taxpayers in the tax agency system of record. Third, ingest the tax-specific DMOs from your agency by using a connector that fits your stack (S3, MuleSoft, or another supported connector).
Configure Salesforce Object Mappings via CRM Connector
The CRM connector syncs Salesforce core objects to Data 360 by using default mappings. Deploy these three objects before ingesting any tax DMOs. They produce the AccountDMO, IndividualDMO, PartyIdentificationDMO, and related records that tax DMOs reference as foreign keys.
- In the Data 360 app, click Data Streams, and then click New.
- Select Salesforce CRM as the source, and then select your connected org.
- Click View Objects, and then find and select Account.
- Click Next.
- Set the Category to Profile and the Primary Key to Account Id.
- Click Next, set the Data Space to your Tax and Revenue data space, review the default field mappings, and then click Deploy.
-
Repeat steps 1–5 for the Contact and
IdentityDocumentobjects.
For IdentityDocument, set the Category to Profile. After deploying, verify that the default mapping includes the IdentificationNumber and IdentificationType fields as these fields are required for Identity Resolution to match taxpayer records.
After deploying the CRM streams, wait for the initial sync to complete before ingesting tax agency data.
Ingest Agency Account and Party Identification Data
When you later ingest TaxAccountDmo, set AccountId to the agency-side Account Id from this step and not the CRM-synced Account Id.
- In the Data 360 app, click Data Streams, and then click New.
- Select your connector (for example, Amazon S3 or MuleSoft).
- Configure the connection to your agency's data source.
- Map source fields to Account, and then deploy the stream with Object Type set to Other and the Data Space set to your Tax and Revenue data space.
- Repeat for PartyIdentification.
- Confirm that each stream populates DataSourceId, DataSourceObjectId, and InternalOrganizationId on every record.
Ingest Tax Agency Data into Tax DMOs
Before ingesting tax DMOs, complete the CRM connector mappings for Account, Contact, and IdentityDocument, and complete agency-side Account and PartyIdentification ingestion.
The steps apply to any connector. The key requirement is ingesting DMOs tier by tier, parents before children. For available connector options, see Data 360 Connectors and Integrations.
- In the Data 360 app, click Data Streams, and then click New.
- Select your connector (for example, Amazon S3 or MuleSoft).
- Configure the connection to your agency's data source.
-
Map source fields to the target DMO fields.
For the fields the self-service Taxpayer Portal queries reference, see Portal-Referenced Fields in Tax and Revenue Management. All DMO field mappings are expected to be ingested.
- Set Object Type to Other.
- Set the Data Space to your Tax and Revenue data space.
- Click Deploy.
-
Repeat for each DMO, following the tier order in DMO Dependency Tiers. Load DMOs in
this sequence:
- Tier 0: TaxTypeDmo (CRM-synced Individual, Account, and PartyIdentification, plus agency-side Account and PartyIdentification from the previous tasks, must already exist. Confirm PaymentInstrument and DigitalContent load paths with your SME.)
- Tier 1: TaxTypePeriodDmo
- Tier 2: TaxAccountDmo—AccountId must point to the agency-side Account Id
- Tier 3: TaxFilingDmo—load original filings before amendments
- Tier 4: TaxFilingTaxAccountDmo, TaxFilingParticipantDmo, TaxDocumentDmo (originals before corrected docs), TaxPaymentDmo, TaxRefundDmo (original refunds before reissued refunds), TaxFilingPaymentInstrumentDmo
- Tier 5: TaxFilingLineItemDmo (parent line items first), TaxFilingAssessmentDmo (in assessment-cycle order), TaxDocumentItemDmo, TaxFilingDocumentDmo
- Tier 6: TaxFilingAssessmentLineItemDmo, TaxFilingLineItemDocumentDmo, TaxFilingAssessmentDocumentDmo
- Tier 7: TaxFilingAssessmentLineItmDocDmo
-
Confirm that each stream populates DataSourceId, DataSourceObjectId, and
InternalOrganizationId on every record.
These three system fields are required on every DMO record. Records that omit them fail validation.
After ingesting both core and tax data, configure Identity Resolution to link the agency-ingested party records with the CRM-synced records. See Identity Resolution for Tax and Revenue.