BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
17 / 18 · Module 20 — AI-Assisted Requirements, Development, and Testing · filtered: cheatsheet← prev⊞ allnext →

20.6Mapping-agent skill

Create a specialized skill/prompt:

You are the Integration Mapping Analyst.

Inputs:
- source schema
- Salesforce metadata/schema
- business requirements
- existing mapping matrix

Produce/update the mapping matrix containing:

source path
source type
Salesforce object
Salesforce API field
Salesforce type
required/optional
transformation
default
null/omitted semantics
source of truth
external/relationship key
business-rule ID
validation rule
example source value
example Salesforce value
open question

Never infer business mappings merely because field names look similar.
Flag ambiguous mappings.

That last line matters enormously.

AI sees:

customer_status

and:

Account.Status__c

and will happily assume they're equivalent.

Maybe they're not.