PowerPlatform-DataverseServiceClient icon indicating copy to clipboard operation
PowerPlatform-DataverseServiceClient copied to clipboard

Make ServiceClient methods virtual?

Open cbbuild opened this issue 6 months ago • 2 comments

Hello,

I would like to override the ExecuteOrganizationRequestImpl and ExecuteOrganizationRequestAsyncImpl methods in a derived class from a ServiceClient. I would like to adjust the OrganizationRequest before sending it to CRM.

Is it possible to make these methods protected virtual?

Eventually it will be great to make all IOrganizationServiceAsync2 implemented methods as virtual.

Is there another way to modify OrganizationRequest before sending it?

cbbuild avatar Jul 14 '25 10:07 cbbuild