Hi,
I am trying to convert callouts into Plugin for preCreate event. The problem I am facing is with the "errorMessage" attribute
PreCalloutReturnValue PreCreate(CalloutUserContext userContext, CalloutEntityContext entityContext, ref string entityXml, ref string errorMessage)
The functionality implemented in callout PreCreate event has some logic to work with the "errorMessage" attribute.
Now I need to implement same functionality in plugin, so need handle for "errormessage" attribute in plugin.
Appreciate help.
Thanks,
Vijayendra