Skip to main content
Commerce

BCEntitiesSyncStatistics

PX.Commerce.CoreRelease 2025.2

Projection to get count of synced and pending entities for specific connector and entity type

Field NameTypeDisplay NameForeign Key
BindingId
int-
Description:Represents a store to which the entity belongs. The property is a key field.
ConnectorType
nvarchar-
Description:Represents a connector to which the entity belongs. The property is a key field.
EntityType
nvarchar(2)BCEntity
Description:Represents the entity type. The property is a key field.
PendingSyncCountNonexistent in DB
int?-
Description:The total number of prepared records for this binding of this entity type.
SyncedCountNonexistent in DB
int?-
Description:The total number of processed records for this binding of this entity type.
TotalCount
int-
Description:The total number of records for this binding of this entity type.