how to remove the committed inventory numbers from...
# ask-stanley-ai
h
how to remove the committed inventory numbers from inventory number saved search
c
AI generated answer (using internal Slack threads):
To remove the committed inventory numbers from an inventory number saved search, you can modify the formula you're using in your saved search. Currently, you're using the formula
{quantityonhand}-{quantityavailable}
to get committed items. If you want to exclude committed inventory numbers, you can simply use
{quantityavailable}
as your formula. This will return only the available inventory, excluding the committed ones. Here's how you can do it: 1. Navigate to the saved search that you want to modify. 2. In the Criteria tab, find the formula field. 3. Replace the existing formula
{quantityonhand}-{quantityavailable}
with
{quantityavailable}
. 4. Save the changes. This will update your saved search to exclude committed inventory numbers. ****** 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.823908269
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.792301178
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.791745782
Please provide your feedback on this answer.