when print template on sales order item number com...
# ask-stanley-ai
v
when print template on sales order item number coming with item display code. i just want item number on print not with display name
c
AI generated answer (using internal Slack threads):
In order to print only the item number and not the display name on the sales order, you need to modify the Advanced PDF/HTML template used for the sales order. Here are the steps to do this: 1. Navigate to
Customization > Forms > Advanced PDF/HTML Templates
. 2. Find the template used for your sales order and click
Edit
. 3. In the template editor, find the line of code that prints the item name. It should look something like this:
${record.item}
4. Replace this line with the following:
${record.item.itemid}
. This will print only the item number. 5. Save your changes. Please note that you need to have the necessary permissions to edit Advanced PDF/HTML Templates. If you don't have these permissions, you will need to ask your NetSuite Administrator to make these changes for you. ****** 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.871141195
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.817077219
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.816285789
Please provide your feedback on this answer.