Luis
10/07/2024, 12:06 PMCeligo AI
10/07/2024, 12:06 PMAI generated answer (using internal Slack threads):To create a search for sales orders with 0 line items, you can use the following steps: 1. Create a transaction search. 2. Set the Type to 'Sales Order'. 3. Set Main Line to 'False'. This will exclude the main line of the sales order and only consider the line items. 4. Add a Formula (Numeric) field in the criteria with the formula
{quantity}
. This formula will return the quantity of each line item.
5. Set the condition of the Formula (Numeric) field to 'equal to' and the value to '0'. This will filter out sales orders that have line items with a quantity greater than 0.
Here is a sample of how the criteria section might look:
- Type is Sales Order
- Main Line is False
- Formula (Numeric) {quantity} equal to 0
In the results tab, you can add the fields you want to display for each sales order that meets the criteria.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
10/07/2024, 12:07 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.851474345
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.844611049
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.840264916
Celigo AI
10/07/2024, 12:07 PMmesper
10/07/2024, 1:54 PM