Assuming cancelled is required, the following 10 results were found.
Function: string standalone.fn_Deal_UpdateRelatedToCancelled() Label: Fn - Customer Deals - Cancel Related Records Trigger: Standalone Purpose: For any deal which is cancelled, cancel its related sales orders. Inputs: - Outputs: - Date Created:...
v_ThisTill = r_TimeOff.get("To").toDate(); v_ClashOrNot = "NO Clash with "; if(v_ThisStatus!="Cancelled") { if(v_CompareDateFrom = v_ThisFrom || v_CompareDateFrom = v_ThisTill) { v_TotalClashes = v_TotalClashes + 1; v_ClashOrNot = "Clashes with "; }...
// loop through related sales orders for (var i = 0; i...
to Customer"); m_TranslateStatuses.put("PAID","Paid in Full"); m_TranslateStatuses.put("DELETED","Cancelled"); m_TranslateStatuses.put("VOIDED","Cancelled"); // // Xero Tax Rates translated to Zoho Tax Rate (manual reference) r_ZohoTaxRates =...
m_TranslateStatuses.put("SENT","Sent to Customer"); m_TranslateStatuses.put("DECLINED","Cancelled / Rejected"); m_TranslateStatuses.put("ACCEPTED","Approved by Customer"); m_TranslateStatuses.put("INVOICED","Converted to Sales Order");...
- 1, @baseDate) = @SelectedDate AND wm.[WeekNumber] = @weekNumber AND tt.[SiteId] = @siteId AND tt.[Status] 3 -- Remove cancelled bookings AND upper(sd.[Descrip]) not like 'ADDITIONAL TIMETABLE%' ORDER BY Date ASC, Room ASC, tt.[StartTime] ASC,...
send them to the "Recycle Bin". Say you've got 100 media files, you sat there patiently waiting for 50 to convert and then cancelled the process for some reason. Your option is then to manually go through both folders and check which ones have already...
estimates v_MaximumOrders = 10000; v_Year = 2022; // // set the filter for orders by status to return: All, Active, Cancelled, CancelPending, Completed, Inactive, InProcess v_OrderStatus = "All"; // // calculate from and till v_OrdersFrom = v_Year +...
SO (fix to invoice only generated on edit) Date Modified: 2023-03-29 (Joel Lipman) - If an eBay order comes through as cancelled, then void the sales order, void the invoice, delete the package and shipment. - Added chart of accounts lookup to set...
be deleted") && r_Delete.containsIgnoreCase("involved in inventory record")) { l_DebugNotes.add("CANCELLED DELETION. Deleting Keep ID: " + v_KeepID); m_Delete = Map(); m_Delete.put("module","Products"); m_Delete.put("id",v_KeepID.toString()); r_Delete =...