Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
We’re excited to announce that the 2025 Community Recap is now available! This special recap highlights the amazing contributions and achievements of our members over the year and celebrates the collective success of our community.
Check your personalized recap to see the impact you made in 2025 and how your efforts helped shape our community’s growth and success.
View Your 2025 Community Recap
Thank you to everyone for your passion, collaboration, and support. Here’s to building an even stronger community together in the year ahead!
Best Of
Re: Why is inventory location field not being set?
Sorry, forgot to post the script:
function postSourcing(context) {
// Get the current record object
var currentRecordObj = currentRecord.get();
// Get the ID of the field that triggered the event
var fieldId = context.fieldId;
if (fieldId == 'item') {
var item = currentRecordObj.getCurrentSublistValue({
sublistId: 'item',
fieldId: 'item'
});
if(item != ''){
// Set the value of the 'itemlocation' field in the currently selected line
currentRecordObj.setCurrentSublistValue({
sublistId: 'item',
fieldId: 'quantity',
value: 9,
})
// Set the value of the 'itemlocation' field in the currently selected line
currentRecordObj.setCurrentSublistValue({
sublistId: 'item',
fieldId: 'inventorylocation',
value: 9,
})
}
}
}
Vernita
Re: How to put borders in every cell - Advanced PDF/HTML Template
Hi @Greg Ebel,
Can you try adding this to your internal CSS template:
- td { padding: 4px 6px; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black; border-bottom: 1px solid black; }
- th { font-weight: bold; font-size: 8pt; vertical-align: middle; padding: 5px 6px 3px; background-color: #e3e3e3; color: #333333; padding-bottom: 10px; padding-top: 10px; border-left: 1px solid black; border-right: 1px solid black; border-top: 1px solid black; border-bottom: 1px solid black;}
Let us know if this has worked for you. Thanks! ☺️
Re: Possible to associate multiple work orders to one sales order?
If it is not creating the work orders for the sub assemblies, you need to update your BOM Revisions to reflect Source=Work order. It probably says 'stock' right now? I don't have one handy that shows a subassembly, but if you have these on BOM Revisions as a sub assembly, the choices will include 'Work Order'. Once the source is set on the BOM Revisions, creating the work orders automatically for the Sales Order will include the work orders needed for the sub assemblies.
Make Sense?
~angela
Re: SuiteApprovals and Expense Reporting Approvals - Final Accounting Approval Needed
I am probably going to have another set of consultants take a look, there are maybe a couple of other options that might be available to try to solve this. Saved Searches and or a more use of some of the other features of the functionality.
Re: Can we set the NACHA File and Positive Pay File to be locked or only certain people can download it?
Hi @Jervin Nicholas Teopengco-Oracle This is working. Thank you!
Re: Seeing other's User Notes Search
My problem is solved! Sorry I didn't get an answer. My issue was not having the "Core Admin" box checked. This resolved it for me after checking the box for Core Admin. We do not have Team Selling turned on.
Re: Trustpilot AFS json on email templates
@Veronica Steluta Mincior-Oracle
Good morning, it seems that my code has worked for multiple items! I recently had some orders come over with more than 1 item in the cart, and the data was passed over without error!
Re: How to source URL Of image to a custom field?
@User_6YD5L Please see the screenshots for SS
Thank you
Community Tip: A Quick Tour of the NetSuite Support Community
This video provides a quick tour and short instruction on how to navigate the NetSuite Support Community
Re: Incorrect currency on GL impact
Thanks @Patrick Fresnosa-Oracle - I checked and found the error. The currency's default locale field was set to United States. I updated it to India and the reports got corrected with it. Thanks for providing directions.
The override currency format was not marked originally so I did not have to update it.








