HA
02/13/2025, 5:27 PMCeligo AI
02/13/2025, 5:27 PMAI generated answer (using internal Slack threads):To create a saved search that shows the components of kit/package items, you can follow these steps: 1. Go to
Reports > New Search
.
2. Select Item
as the search type.
3. On the Criteria
tab, add a filter for Type
and set it to Kit/Package
.
4. On the Results
tab, add the following fields:
- Name
- Member Item
- Member Quantity
- Member Description
This will give you a list of all kit/package items and their components.
If you want to show the price of the components at the same price level as the kit/package, you might run into the single-join limitation of saved searches. In this case, you could consider using SuiteAnalytics Workbook, which doesn't have this limitation.
Here is a formula you can use in your results to show the member items of kits but not assemblies: CASE WHEN {itemtype} = 'Kit' THEN {item.memberitem} ELSE {item} END
.
Please note that this formula will show the member items of kits, assemblies as they are, and inventory items.
******
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
02/13/2025, 5:27 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.851381123
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.841822207
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.838053763
Celigo AI
02/13/2025, 5:27 PM