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.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
adding a custom transaction input field in Mont Blanc checkout page
in liveorder.model.js I have(currently hard coded for testing)
if (paymentmethod.wellsitename) { var customfield={custbody8:"455"}; order.setCustomFieldValues(customfield); }and in the order_wizard_payentmethod_invoice_module.tpl
I have added
<label for="wellsite-name" class="order-wizard-paymentmethod-invoice-module-purchase-order-label"> {{translate 'Wellsite Name'}} <span class="order-wizard-paymentmethod-invoice-module-purchase-order-optional"> {{ translate '(Optional)' }} </span> </label> <input type="text" name="wellsite-name" id="wellsite-name" class="order-wizard-paymentmethod-invoice-module-purchase-order-value" value="{{wellsiteName}}" >I have tried adding the last part from these directions https://netsuite.custhelp.com/app/answers/detail/a_id/40026 a few places, but so far havent had any luck. What needs to go where when adding a custom transaction body field in Mont Blanc?
Tagged:
0