Skip to content

Instantly share code, notes, and snippets.

@tocohara
Created May 17, 2022 03:36
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/681c603dbe5f3aa059534373a5e66f14 to your computer and use it in GitHub Desktop.
Save tocohara/681c603dbe5f3aa059534373a5e66f14 to your computer and use it in GitHub Desktop.
Exploring the Sales Order Processing Functions - 1
if (!String.IsNullOrEmpty(filter.Action))
{
Orders.SetProcessWorkflowAction(
filter.Action,
isCreateShipment ? filter.ShipmentDate
: isCreateChildOrders ? filter.SchedOrderDate
: filter.EndDate,
filter.SiteID);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment