ErpSyncLog Table (426)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Record all field changes done by the Erp Sync
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| erpsynclog_id | Primary key | PK | |
| ErpExternalKeyId | Link to the external key, indirectly also to the connection and internal key | FK ErpExternalKey | ● |
| ErpFieldKey | ERP field name/key | String(254) | ● |
| CrmFieldKey | CRM field name/key | String(254) | ● |
| TargetIsCrm | Was the CRM field the target of the change? If false, then it was the ERP field that was changed by this sync operation | Bool | ● |
| OldValue | The old value of the target field | String(254) | ● |
| NewValue | The new value of the target field | String(254) | ● |
| registered | Registered when | UtcDateTime | |
| registered_associate_id | Registered by whom | FK associate | |
| updated | Last updated when | UtcDateTime | |
| updated_associate_id | Last updated by whom | FK associate | |
| updatedCount | Number of updates made to this record | UShort |

Indexes
| Fields | Types | Description |
|---|---|---|
| erpsynclog_id | PK | Clustered, Unique |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| ErpExternalKey | The external (ERP-facing) key related to a synchronized record / connection |
Replication Flags
- None
Security Flags
- No access control via user's Role.