how do I create a custom field for scrap material
# ask-stanley-ai
a
how do I create a custom field for scrap material
c
AI generated answer (using internal Slack threads):
To create a custom field for scrap material in NetSuite, you can follow these steps: 1. Navigate to Customization > Lists, Records, & Fields > Item Fields > New. 2. In the Label field, enter a name for the field, such as "Scrap Material". 3. In the Type dropdown, select the appropriate type for the data you will be storing. For example, if you will be storing a quantity, you might select Integer or Decimal Number. 4. In the Store Value section, select Yes. 5. In the Applies To section, select the types of items this field should apply to. For example, you might select Inventory Item. 6. In the Display section, you can choose where this field should be displayed on the item record. 7. Click Save. Once you've created the custom field, you can use it to track scrap material for your items. For example, you might update this field whenever an item is scrapped. In terms of tracking scrap quantities in saved searches or work orders, it appears from the conversations that there is a field on work orders called
scrapquantity
that might be useful. However, it may not be directly searchable in saved searches. Instead, you might need to use the
applying transaction
join to get to the related work order completion, and look for rows where the
Is Scrap
column is set to true. The quantity on these rows should represent the completion's scrap quantity. ****** 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.822186947
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.810340881
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.801135302
Please provide your feedback on this answer.