why does Gujarat state option show up as "24-GJ" w...
# ask-stanley-ai
q
why does Gujarat state option show up as "24-GJ" when printing the invoice out? how can I change it to show as Gujarat and not 24-GJ
c
AI generated answer (using internal Slack threads):
The "24-GJ" you're seeing is likely the internal ID for the state of Gujarat in NetSuite. When printing the invoice, NetSuite uses the internal ID instead of the actual name. To change this, you would need to customize your invoice template. You can do this by going to
Customization > Forms > Advanced PDF/HTML Templates
. From there, you can edit the template used for your invoices. In the template, you'll need to find the field that's currently printing the state ID. This will likely be something like
${record.billstate}
. You'll want to replace this with
${record.billstate.name}
. This will print the name of the state instead of the internal ID. Please note that this is a general guide and the exact steps may vary depending on your specific NetSuite setup. ****** 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.79522711
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.791748047
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.790771484
Please provide your feedback on this answer.