AI Managed Implementation Governance Office - Documentation

The Clone feature allows user/s to copy a sObject record. Here a record of the Data Fields can be cloned by using the action button Clone.

Data Fields define individual data attributes within tables, capturing field names, data types, and business rules. They enable precise data mapping between source and target systems during migrations and integrations.
| Use Case | Description |
|---|---|
| Field Mapping | Map source to target fields |
| Data Type Validation | Ensure type compatibility |
| Transformation Rules | Define conversion logic |
| Validation Rules | Specify business constraints |
| Data Dictionary | Document field definitions |
| Source Type | Target Type | Transformation |
|---|---|---|
| VARCHAR | Text | Direct mapping |
| NUMBER | Decimal | Precision handling |
| DATE | DateTime | Format conversion |
| CHAR(1) | Checkbox | Y/N to true/false |