Hey Guys,
Quick coding question:
Currently I'm working with Custom Actions in C#.
I'm able to start my custom action which will create an Invoice from a account.
But I'd like to get that invoice in my code...
I'm starting the "WorkFlow" with
ExecuteWorkflowResponse xOrganizationResponse = (ExecuteWorkflowResponse)orgSvcContext.Execute(request)
But than the xOrganizationResponse just has 1 attribute which is GUID Empty..
Does anyone knows how to get the Output parameter specified in the custom action?
Here's a screenshot of my custom action:

*This post is locked for comments
I have the same question (0)