Version: eXtendOrders 2.1.11 and above
Audience: Administrator, Developer

Use Case

  • Enabling or disabling the eXtendOrders Order Description feature in the Purchase Order to Purchase Order (PO to PO) order flow.

Summary

From eXtendOrders version 2.1.11 onwards, the eXtendOrders Order Description feature is enabled by default for the PO to PO order flow.

If you wish to disable this feature, follow the steps in the next section.

Configuration

  1. Navigate to the file named suite_orders_custom_hook_functions.js.
  2. Edit the file and add the following code snippet in the file:
    const DO_NOT_PROCESS_PO_TO_PO_ORDER_DESCRIPTION = false;
After you've made these changes, the eXtendOrders description feature will be disabled for the PO to PO flow. If you wish to enable it again in the future, you can do so by removing the snippet that was added.