Hello,
is it possible to pass a EntityCollection to a custom action logic? This
[RequiredArgument] [Input("Sales Order")] [ReferenceTarget("salesorder")] public InArgument SalesOrders { get; set; }
or that
[RequiredArgument] [Input("Sales Order")] [ReferenceTarget("salesorder")] public InArgument SalesOrders { get; set; }
leads to this error message in the registration process:
Sending the EntityCollection (as input argument) from the Javascript logic to the CRM process (custom action) works so far. But I need to send that data to be passed to the C# logic (workflow).