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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
SuiteWorld | October 25–28, 2026 | Las Vegas
Registration opens June 9. Be ready when passes drop. Get the green light now - Convince your boss
Registration opens June 9. Be ready when passes drop. Get the green light now - Convince your boss
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