Skip to main content
Commerce

BCEntityStats

PX.Commerce.CoreRelease 2025.2

Represents an object which contains important information about the last fetch or synchronization operations for the entity.

Field NameTypeDisplay NameForeign Key
BindingIDDefault Navigation
intBindingBCBinding
Description:Represents a store to which the entity belongs. The property is a key field.
ConnectorType
nvarcharConnectorBCBinding
Description:Represents a connector to which the store belongs. The property is a key field.
EntityType
nvarcharEntityBCEntity
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
datetimeLast 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
datetimeLast 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
datetimeLast Reconciliation Export-
Description:The date and time of the last fetch of the entity in reconsilation mode in export direction.
LastReconciliationImportDateTime
datetimeLast Reconciliation Import-
Description:The date and time of the last fetch of the entity in reconsilation mode in import direction.