fake-xrm-easy icon indicating copy to clipboard operation
fake-xrm-easy copied to clipboard

Add support for the new Bulk API (CreateMultiple, UpdateMultiple, UpsertMultiple)

Open jordimontana82 opened this issue 7 months ago • 0 comments

The latest version of FXE doesn't currently support the new Bulk API that went into GA (while still having some operations in preview).

This issue is about adding support for the methods that went into GA along with the new IPluginExecutionContext4 interface in plugins.

More info at:

https://learn.microsoft.com/en-us/power-apps/developer/data-platform/write-plugin-multiple-operation?tabs=single#entity-images https://learn.microsoft.com/en-us/power-apps/developer/data-platform/bulk-operations?tabs=sdk#message-pipelines-merged

Repro steps:

  • Create a new plugin via pac plugin init
  • Replace IPluginExecutionContext with IPluginExecutionContext4
  • Write a simple Test with FakeXrmEasy
  • Run the test

When an attempt is made to use the new interface, FakeXrmEasy will throw the exception below:

"Exception occurred: The specified service type is not supported".

jordimontana82 avatar Nov 20 '23 14:11 jordimontana82