bhigh
09/26/2024, 4:20 PMCeligo AI
09/26/2024, 4:21 PMAI generated answer (using internal Slack threads):Based on the conversations, it seems that expanding a kit/package item in a transaction saved search without expanding assembly items is possible. You can achieve this by using a formula in your search results. The formula would look something like this:
CASE WHEN {itemtype} = 'Kit' THEN {item.memberitem} ELSE {item} END
. This formula checks if the item type is a 'Kit', if so, it shows the member items of the kit. If the item is not a kit, it simply shows the item itself. This way, you can display all items on sales orders where Kit/Packages are split into their Member Items, but Assemblies aren’t affected.
******
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
09/26/2024, 4:22 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.842565775
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.830393136
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.817721128
Celigo AI
09/26/2024, 4:22 PM