is it possible to show custom address fields on th...
# ask-stanley-ai
p
is it possible to show custom address fields on the standard address form
c
AI generated answer (using internal Slack threads):
Yes, it is possible to show custom address fields on the standard address form in NetSuite. Here are the steps to do so: 1. Create a custom field using the path: Customization > Lists, Records, and Fields > Other Records Fields > New. 2. After creating the custom field, you need to create a custom address form and check the "show" checkbox to enable the field on the form. You can do this by navigating to Customization > Forms > Address Forms. 3. When you create a new field, you need to apply it to the form as well. Please note that you also have the option to create a custom field (list/record) from the customer address book to use on a project record. However, to show the full address in the dropdown instead of just the first address line, you might need to create your own field using
Form.addField
in a user event script and add your own select options using
Field.insertSelectOption
in a client script. ****** 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.859738648
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.856119
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.848273039
Please provide your feedback on this answer.