mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-01 04:16:17 +08:00
* Migrating Core Salesforce Skills * Updating pr comments * updat reference * Updating a skill * Migrating Datacloud skills * Migrating Industries cloud skills * Validating - skills fixing --------- Co-authored-by: Sandip Kumar Yadav <sandipkumar.yadav+sfemu@salesforce.com>
32 lines
796 B
Markdown
32 lines
796 B
Markdown
# harmonizing-datacloud
|
|
|
|
Schema harmonization and unification workflows for Salesforce Data Cloud.
|
|
|
|
## Use this skill for
|
|
|
|
- DMOs (Data Model Objects)
|
|
- Field mappings
|
|
- Relationships
|
|
- Identity resolution
|
|
- Unified profiles
|
|
- Data graphs
|
|
- Universal ID lookup
|
|
|
|
## Example requests
|
|
|
|
```text
|
|
"Map this DLO to ssot__Individual__dlm"
|
|
"Help me create an identity resolution ruleset"
|
|
"Why are unified profiles not appearing?"
|
|
"Show me the DMO fields before I create mappings"
|
|
```
|
|
|
|
## Common commands
|
|
|
|
```bash
|
|
sf data360 dmo list --all -o myorg 2>/dev/null
|
|
sf data360 query describe -o myorg --table ssot__Individual__dlm 2>/dev/null
|
|
sf data360 dmo mapping-list -o myorg --source Contact_Home__dll --target ssot__Individual__dlm 2>/dev/null
|
|
sf data360 identity-resolution list -o myorg 2>/dev/null
|
|
```
|