CustomerContactsEntity
| 📊 Overview: 2 Functions | 1 Getters |
Extends: Entity
🕐 Last updated: 2025-12-10T11:45:22.483Z
📑 Table of Contents
- ⚙️ Functions
- Regular Functions
- getMigrationRules (1 param) →
$Collection : Collection🖥️ - syncMigrationSelections (1 param) 🖥️
- getMigrationRules (1 param) →
- Computed Attributes (Getters/Setters/Query/OrderBy)
- HasMigrationID 🔍 →
Boolean
- HasMigrationID 🔍 →
- Regular Functions
- 🔗 Related Items
Functions
Regular Functions
getMigrationRules
[🖥️ local]
Function getMigrationRules($RemoteEntity : cs.CustomerContactsEntity) -> $Collection : Collection
Defines migration rules for syncing customer contact entity data from a remote source
Parameters:
| Name | Type | Optional | Description |
|---|---|---|---|
$RemoteEntity | cs.CustomerContactsEntity | - | - |
Returns: Collection
syncMigrationSelections
[🖥️ local]
Function syncMigrationSelections($RemoteEntity : cs.CustomerContactsEntity)
Synchronizes related entity selections during migration process
Parameters:
| Name | Type | Optional | Description |
|---|---|---|---|
$RemoteEntity | cs.CustomerContactsEntity | - | - |
Computed Attributes (Getters/Setters/Query/OrderBy)
HasMigrationID
[🔍 get only, 🖥️ local]
Function get HasMigrationID -> Boolean
Returns true if this entity has a valid migration ID (not null and not zero)
Returns: Boolean
Related Items
🗂️ Tables
- CustomerContacts - ORDA Entity class for CustomerContacts table
� Related Classes
- CustomerContacts - ORDA DataClass class for CustomerContacts table
� Forms
- %2AMigration - Data source for %2AMigration form
- CustomerInput - Data source for CustomerInput form
- CustomerOrders - Data source for CustomerOrders form
Generated from CustomerContactsEntity.4dm