You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we are using it to delete historic entries from the PrincipalObjectAccess table.
When running deletes against records where the entity is ActivtyPointer following error is raised:
The 'RevokeAccess' method does not support entities of type 'activitypointer'. MessageProcessorCache returned MessageProcessor.Empty.
RevokeAccess should work for the underlying Activities types though (i.e. Email, Appointment, PhoneCall, etc).
Would it be possible to add some logic to handle this in Sql4CDS? I.e. find out which ActivityType is involved and then using that type for the RevokeAcess call?
Many thanks
Alen
The text was updated successfully, but these errors were encountered:
Hi Mark,
I love your tool!
At the moment we are using it to delete historic entries from the PrincipalObjectAccess table.
When running deletes against records where the entity is ActivtyPointer following error is raised:
The 'RevokeAccess' method does not support entities of type 'activitypointer'. MessageProcessorCache returned MessageProcessor.Empty.
RevokeAccess should work for the underlying Activities types though (i.e. Email, Appointment, PhoneCall, etc).
Would it be possible to add some logic to handle this in Sql4CDS? I.e. find out which ActivityType is involved and then using that type for the RevokeAcess call?
Many thanks
Alen
The text was updated successfully, but these errors were encountered: