Commerce
BCEntityStats
Represents an object which contains important information about the last fetch or synchronization operations for the entity.
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
BindingID | int | Binding | BCBinding | |
Description:Represents a store to which the entity belongs. The property is a key field. | ||||
ConnectorType | nvarchar | Connector | BCBinding | |
Description:Represents a connector to which the store belongs. The property is a key field. | ||||
EntityType | nvarchar | Entity | BCEntity | |
Description:Represents the entity type. The property is a key field. | ||||
LastErrorMessage | nvarchar(1000) | Last Error | - | |
Description:The last error message to be displayed on the Prepare Data (BC202000) form. | ||||
LastIncrementalExportDateTime | datetime | Last Incremental Export | - | |
Description:The datetime of the last fetch of the entity in incremental mode in export direction. The next incremental fetch is using this value to determine lower boundary for the LastModifiedDatetime value of fetchable object. | ||||
LastIncrementalImportDateTime | datetime | Last Incremental Import | - | |
Description:The date and time of the last fetch of the entity in incremental mode in import direction. The next incremental fetch is using this value to determine lower boundary for the LastModifiedDatetime value of the fetchable object. | ||||
LastReconciliationExportDateTime | datetime | Last Reconciliation Export | - | |
Description:The date and time of the last fetch of the entity in reconsilation mode in export direction. | ||||
LastReconciliationImportDateTime | datetime | Last Reconciliation Import | - | |
Description:The date and time of the last fetch of the entity in reconsilation mode in import direction. | ||||