Which field contains Quantity Scrapped on Work Ord...
# ask-stanley-ai
m
Which field contains Quantity Scrapped on Work Orders
c
AI generated answer (using internal Slack threads):
The field that contains Quantity Scrapped on Work Orders is not directly searchable in NetSuite. However, there are a few ways to access this information: 1. You can use the
applying transaction
join to get to the related work order completion. There will be multiple related rows for the applying transaction, one of which represents the scrap quantity. It will have the
Is Scrap
column set to true and that row's quantity will represent the completion's scrap quantity. 2. Another way is to try getting the internal id of that particular field
quantity scrapped.
Then use a formula field and place the internal id inside {}. 3. You can also use the GL account used for scrap in the saved search. So when you expose the account column one should be for your default scrap account with a qty and amount. That is your scrap qty. ****** 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.859131
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.827819884
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.826171875
Please provide your feedback on this answer.