CustomerEntity GitHub

📊 Overview: 2 Functions 1 Getters

Extends: Entity

🕐 Last updated: 2025-12-10T11:45:22.494Z


📑 Table of Contents


Functions

Regular Functions

getMigrationRules

[🖥️ local]

Function getMigrationRules($RemoteEntity : cs.CustomerEntity) -> $Collection : Collection

Defines migration rules for syncing customer entity data from a remote source (50+ properties)

Parameters:

Name Type Optional Description
$RemoteEntity cs.CustomerEntity - -

Returns: Collection


syncMigrationSelections

[🖥️ local]

Function syncMigrationSelections($RemoteEntity : cs.CustomerEntity)

Synchronizes related entity selections (WorksOrder, Product_Option, PickRequest, Customer_Order, Approvals) during migration

Parameters:

Name Type Optional Description
$RemoteEntity cs.CustomerEntity - -

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 empty string)

Returns: Boolean


🗂️ Tables

  • Customer - ORDA Entity class for Customer table
  • Customer - ORDA DataClass class for Customer table

� Forms


Generated from CustomerEntity.4dm