My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
No Limits. Just possibilities.
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.
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.
Comments
-
Thanks Jack. I hadnt changed field type to Rich Text so now its working as required.
-
Ok i found a way of doing this using the following within a saved search: Replace(ns_concat('https://1111111.app.netsuite.com'||{file.url}), ',' , '<br>') Then creating a non stored custom field sourcing the saved search to add to the email template. I just need to figure out how to add anchor text for each URL to avoid…
-
This is great thanks Jejacob. Behaviour works to update the line item 'memo' on save. However this only seems to be working for the first line. I cant seem to get this to work for multiple lines on creation or edit
-
ive tried: if(x.getLineItemValue('item', 'createwo', i)){ x.setLineItemValue('item', 'custcol_work_order_id', i, x.getLineItemText('item', 'woid', i)); nlapiLogExecution('DEBUG', 'Setting the Work ID', '' + x.getLineItemText('item', 'woid', i)) but returns a blank value...
-
Hi, is there any update on these enhancements. I cant seem to log in to suite ideas to see the status. We really need this functionality within our organisation.
-
This has been very helpful. I'm trying something similar by printing saved search results within a sales order using a custom button. Seems as if the user event and client scripts are working. I have slightly tweaked the above suitelet but I cant get the PDF to print. The advanced PDF template works fine when printing…
-
Managed to get the PDF to load. thanks. Hard coded an internal ID within the new nlobjSearchFilter for testing. Now I need to add the correct filter if statement to load the relevant sales order using the internal id. Have tried a few approaches without success. im guessing i need to reference the sales order record…