how to make items Show up in SCIS
# ask-stanley-ai
s
how to make items Show up in SCIS
c
AI generated answer (using internal Slack threads):
To make items show up in SCIS (SuiteCommerce InStore), you can follow these steps: 1. For Kit Items: Mark the "Display component items on transactions" box on the Kit item record. This will allow the member items of a Kit Item to show up. 2. For Assembly Items: There is a setting in the item record, usually towards the bottom of the purchasing tab, under the components tab. Enable this setting to show the components from an assembly item. 3. For Saved Searches: If you want to display all items on sales orders but only show the Member Items of a Kit/Package, rather than the Kit/Package itself, you can use a formula in your search. For example, you can use a formula like this:
CASE WHEN {itemtype} = 'Kit' THEN {item.memberitem} ELSE {item} END
. This will show the Member Items of Kits, Assemblies, and Inventory Items. Remember, these settings are specific to each item record, so you'll need to update each item you want to show up in SCIS. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.778867185
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.773715556
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.773073733
Please provide your feedback on this answer.