I have created a record in a custom entity with a plug-in.
The record shows in the view for the entity,
but not in XRMServices entity set!
There are many other records in the set that I can view from
OrganizationData.svc/{!entitylogicalname}Set
Why would records be visible in the view for active records, but not in the entity set?
The entity has no custom fields and was created with
IOrganizationService.Create({early_bound_entity});