A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi,
After calling the method SaveAsPurchaseOrder (CartHelper) I see a new shipment in the Shipments collection property of the OrderForm object. Before calling the method I had only one Shipment (Cart), but after I called the method I suddenly see two Shipments (PurchaseOrder), my original Shipment and another empty Shipment. If I look in the method ( JustDecompile ), I see that the workflow SplitShipments is called?
How is this possible, can I prevent this from happening?
Thanks