My Stuff
We'd love to hear your thoughts on the Latest updates in the NetSuite Support Community (UI/UX edition) – December 2025. Your feedback is important to us—please let us know what you think or any suggestions you may have in the comments!
Comments
-
You might be able to just add a custom check box on the sales order and you could then create a workflow to automatically tick that box based on something along the lines of sum of total items ordered minus sum of items fulfilable = 0 then check custom box to true.
-
Cheers Brett - I'll have a look at that (after our upgrade in 13 days... 1 less script to re-check!)
-
I don't know the answer, but I'm hoping someone can say "yes" to this. I've just thought of so many benefits to this after reading your post.
-
Billing Status = Is Open
-
As I recall, this is on the roadmap, but not yet available. Last release they enhanced the way Cases and support emails worked, allowing you to have 1 return email per sub. I recall them saying multi-branded employees were eventually going to happen, but not yet. Cheers for that insight. I hope it's sooner rather than…
-
I'd Netsuite to chime in with an answer to this. It's ridiculous to manually change it in Home>Set Preferences before sending an email.
-
Awesome - well done!
-
Yeah completely lost on this. Thanks anyway.
-
Cheers for the info Brett. I'll see what I can concoct using it!
-
AAHHH! This is causing problems. The script runs every time we edit and save a product. So we can't manually override these set parameters. Any idea how to not have this happen?
-
Yeah it triggers if I make it do something else. Damn you NS and your pricing ways! I see your point on using variables, but I'm able to read them better as tags. I'm the only one that has to debug it around here. Thanks for your help.
-
Thanks for your help by the way Voltron - most appreciated!
-
OK I got that working... BUT... there's a second part to my script that isn't working. Don't tell me I can't access the pricing fields on an import - that would defeat this completely! nlapiSelectLineItem('price', '7'); nlapiSetCurrentLineItemMatrixValue('price', 'price', 1,…
-
I can't really explain it any better than I have already. Thanks anyway. I'll just remove the script and continue in the NS way....
-
Ah brilliant! Thanks for the tip.
-
Your script might be a client-side script. Please be advised that CSV Imports can only trigger Server Side Script and Workflows. You may want to consider moving your script from Client Script to User Event script so that it will be triggered when you performed a CSV Import. If you have the same process in the UI using…
-
Hmm... It doesn't seem to trigger the script still. What am I missing here?
-
On a quick read of the help, this is only used to set the header fields, not the price points themselves... "This API is used to set a header field in a matrix sublist. This API is supported in client and user event scripts. It is typically used in pageInit (client) and beforeLoad (user event) events. Also note that this…
-
Thanks Voltron function update_price() { if ((nlapiGetFieldValue('cost')) < 12) { nlapiSetFieldValue('custitemsellpricegst', (((nlapiGetFieldValue('cost'))*1)+1)*1.1); } }
-
Got it! Thanks again for the pointer Olivier!
-
Thanks Voltron. I'll give that a try today. I'm not great at deployments and all that. I don't really understand it but I'll follow your steps and see how I go.
-
Thanks for the redirection... I've read it quite a few times and it's not making sense to me. Anyone from NS care to comment on why we can't set pricing using the DOM?
-
Under Home>Set Preferences there is an option to show internal id's. Then the id will show when viewing a list of records.
-
Thanks Olivier Typical bl00dy NS... take away something easy and replace it with something difficult...
-
Are you talking about on your website? Is there something in common with the people you wish to show stock levels too? Would you want this on all items or just specific ones?
-
You can emulate this by putting the tags in the item drilldown and category templates.
-
Kinda like I said...
-
I'm pretty sure entity fields have to be separate from transaction fields so you would have to create a custom transaction fields that pulls data from the entity field. I may be wrong though.
-
Sounds fairly simply. Have you read the help guide? Have you at least attempted to create this so you can tell us what you've tried and what isn't working?
-
It's because you used the word "bifurcated" - us simpletons prefer divided.