
ForAll(galCartItems.AllItems,Patch(colShoppingCart,ThisRecord,{Cart_GUID: CartGuidDcValue.Text},{Info_Buyer_Supplier: txtNotes.Text},{Part_Number: txtPart.Text},{Currency: cmbCurrency.Selected},{Quantity: Value(txtQty.Text)},{Unit_Price: Value(txtPrice.Text)},{SC_no: txtSC_no.Text},{POSTO_no: txtPOSTO_no.Text},{Buyer_Planner_Add: txtBuyerPlanner.Text},{Total_Price: RoundDown(Value(txtQty.Text) * Value(Value(txtPrice.Text)),2)},{Id: Value(lblOrderId.Text)},{Charge_Account_Number: txtChargeAccountNo.Text},{PR_Number: txtPOSTO_no.Text},{PO_Number: txtPoNumber.Text},{Committed_Delivery_Date: dpComDelDate.SelectedDate},{Vendor_Tracking_Information: txtVendorTrackingInfo.Text},{GL_Account: txtGlAccount.Text},{Notes: txtNotes.Text})