Skip to content

Instantly share code, notes, and snippets.

@tocohara
Created May 17, 2022 03:43
Show Gist options
  • Select an option

  • Save tocohara/3e92bb85c5cf5a62438b2bfaa19be5a5 to your computer and use it in GitHub Desktop.

Select an option

Save tocohara/3e92bb85c5cf5a62438b2bfaa19be5a5 to your computer and use it in GitHub Desktop.
Exploring the Sales Order Processing Functions - 3
public virtual void SetProcessWorkflowAction(string action, Dictionary<string, object> parameters)
{
_SetProcessTargetInternal(null, null, action, null, parameters);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment