Replies: 8 comments
-
I would recommend the following repository XrmEntitySerializer to solve your problem. |
Beta Was this translation helpful? Give feedback.
-
Can you do this with the current SDK? |
Beta Was this translation helpful? Give feedback.
-
There are some tricks being used to make sure the serialization/deserialization is possible. So it depends... |
Beta Was this translation helpful? Give feedback.
-
@JimDaly |
Beta Was this translation helpful? Give feedback.
-
So, can I close this? |
Beta Was this translation helpful? Give feedback.
-
@rasotoipc does the latest release of XrmEntitySerializer.Core solve your problem? |
Beta Was this translation helpful? Give feedback.
-
@rasotoipc I developed another package AlbanianXrm.PowerPlatform.EntitySerializer without the Newtonsoft.Json dependency (it is based on System.Text.Json), it is not very stable yet but might be helpful. |
Beta Was this translation helpful? Give feedback.
-
Folks... Moved this to the discussion forum as it relates to the plugin infrastructure more then the core SDK. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have created an Azure Aware plugin and have passed the PluginExecutionContext to the the service end point (webhook). The function recives the plugin execution context where I am desearlizing with the PluginExuctionContext in this library.
Get error:
Cannot create and populate list type Microsoft.Xrm.Sdk.ParameterCollection. Path 'InputParameters', line 1, position 283.
Beta Was this translation helpful? Give feedback.
All reactions