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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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