AMIGO Wiki

AI Managed Implementation Governance Office - Documentation

Home

Introduction

Relationships

FAQ

Glossary

View on GitHub

Introduction

Key Relationship

DataField

Important Field Dependencies

Object | Usage Notes | Visibility | Filter & Search Criteria -- | -- | -- | -- Hyperlink to Portfolio | Parent |   |   Hyperlink to Project | Child |   |     |   |   |  

Available features

Clone

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.

image

💼 Business Usage

PMO Application

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.

Common Use Cases

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

Field Attributes

Data Type Mapping

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

📚 References