RegisterPluginStep Usage Help #556
-
I have written a plugin to interrupt the PickFromQueue message. This has been tested manually and is working really well. I am struggling replicating the tests using FakeXrmEasy. The line Hopefully I am missing something obvious to get this test to trigger the plugin. Full function: Create a queueitem and user then call PickFromQueue request and check that the queueitem has not been deleted.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi Rob, You're absolutely right. Right now v1 has a limitation where pipeline simulation is limited to trigger off CRUD messages only, not custom ones (OOB messages, custom actions / apis). However, this has been effectively rewritten in v2 to be able to stack multiple layers of executions into the one message, effectively enabling this and many other scenarios (this is the new middleware feature). |
Beta Was this translation helpful? Give feedback.
Hi Rob,
You're absolutely right. Right now v1 has a limitation where pipeline simulation is limited to trigger off CRUD messages only, not custom ones (OOB messages, custom actions / apis).
However, this has been effectively rewritten in v2 to be able to stack multiple layers of executions into the one message, effectively enabling this and many other scenarios (this is the new middleware feature).