Skip to content

Instantly share code, notes, and snippets.

@tocohara
Created May 17, 2022 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tocohara/3e92bb85c5cf5a62438b2bfaa19be5a5 to your computer and use it in GitHub Desktop.
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);
}
@hvannak
Copy link

hvannak commented Oct 2, 2023

how to customize parameters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment