Creating Limit Rule for Order (6.2)

Let’s create a Limit Rule to restrict the total price of products in the whole order cart. This Limit Rule will not interact with the Order Split setting because it checks only the total price.

To create a Limit Rule:

  1. Go to the Limit Rules tab and click New.

  2. Select the Order record type and click Next.

  3. Enter the following:

    • Sales Organization: Default Sales Org.

    • Amount: enter the field with the total price: orders__TotalPrice__c.

    • Min Amount: 100.

    • Max Amount: 10000.

    • Order Type: Order.

      Workshop 6.2 Limit Rule per Order
  4. Click Save.

The Limit Rule is created.

``