Hi
I'm getting an error like 'Request message has unresolved parameters.' while calling process plugin. A process is activated.
I'm calling below URL for Process Plugin.
https: //abc.crm.dynamics.com/api/data/v8.0/new_entityname(dd9b9357-aaaa-e811-a954-000d3a19ssss)/Microsoft.Dynamics.CRM.new_TestProcess
It gives me below error:
message "Request message has unresolved parameters." type "Microsoft.Crm.CrmHttpException" stacktrace "at Microsoft.Crm.Extensibility.OData.CrmODataRoutingConvention.SelectActionImplementation(ODataPath odataPath, HttpControllerContext controllerContext, ILookup`2 actionMap)\r\n at Microsoft.D365.ServicePlatform.Context.ActivityLoggerExtensions.Execute[TResult](ILogger logger, EventId eventId, ActivityType activityType, Func`1 func)\r\n at Microsoft.Crm.Extensibility.OData.CrmODataRoutingConvention.SelectAction(ODataPath odataPath, HttpControllerContext controllerContext, ILookup`2 actionMap)\r\n at System.Web.OData.Routing.ODataActionSelector.SelectAction(HttpControllerContext controllerContext)\r\n at System.Web.Http.ApiController.ExecuteAsync(HttpControllerContext controllerContext, CancellationToken cancellationToken)\r\n at System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__1.MoveNext()"
Can anybody suggest me?
*This post is locked for comments