Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
NSC | Allow More Than 200 Characters for a Custom Transaction Body Field Label
Use Case:
Custom Field labels in NetSuite are limited to 200 characters. However, users may need to display labels longer than 200 characters on the Review and Submit page of the Web Store.
This can be achieved by using a script to dynamically replace the field label text on the page.
How It Works:
- Log in using the Administrator role
- Navigate to Lists > Web Site > Tabs
- Locate the Check Out Website and click Edit
- In the Place Order Page Message field:
- Select Formatted Edit Mode
5. Enter the following sample script:
<script language="javascript" type="text/javascript"> document.getElementById('custbody15_fs_lbl').innerHTML = 'This is a long string can be more than 200 characters in length'; Alex Joves | Ask An Expert Live
Ask An Expert Live (AAEL) – An interactive program where Top Contributors share NetSuite expertise, answer your questions, and connect directly with the community. Designed to be informative and engaging, AAEL strengthens collaboration within the NetSuite Support Community. Click here to know more.
0
