Minha área
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!
Comentários
-
Thanks @Elychelle Gulen-Oracle The SuiteAnswer refers to customer priorities. Is there a way to prioritise one transaction over another based on a custom attribute? In this case, the orders are received as 'draft' sales orders from a third party E-Commerce platform. Those should take less priority than sales orders that…
-
@Veronica Steluta Mincior-Oracle Web page is another one that is not available. If you choose "web address" That gives you: ${customer.url} which points to NetSuite's URL and not the actual web address entered on the form: i.e. I was expecting this to return the URL from the lead/customer card:
-
Hi @Veronica Steluta Mincior-Oracle ${entity.billaddress1} ${entity.billcity} ${entity.billstate} ${entity.billcountry} ${entity.billzipcode} The above only returns the City, State and Country though not the zip code or address line. These fields are populated. The ${customer.defaultaddress} returns the address in full…
-
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',…
-
Option A
-
@Elina Kourouzidou Are you just trying to add a prefix referencing the subsidiary but preserve the actual transaction number? If so, you could run a CSV import with the new document numbers after changing this setting temporarily:
-
Hi @Nicole Mendoza-Oracle I logged this with NetSuite support. They suggested a post sourcing entry point since there might be a delay in populating that field. That worked. Thank you for all of your help though. It's good to see the troubleshooting steps
-
Hi @Nicole Mendoza-Oracle That's interesting. The script did not work in two separate NetSuite accounts. i tested it with both Chrome and Edge
-
Hi @Micah Timbol-Oracle I was wanting to know if there was an option to convert all planned time entries into actual time entry worksheets? i.e using the same functionality as the "import planned time" button on a blank weekly timesheet but doing this without have to click into the weekly timesheet form and pressing the…
-
Answer: B
-
Multiple Currencies
-
{today}
-
Accounts Payable
-
Option D
-
@Angelica Mae Segador-Oracle Any updates?
-
Hi @Tris Mendoza-Oracle Oops, sorry please ignore. This query was given to me by a colleague. I have looked at it myself and can see that this is a customisation written by our team.
-
Hi @Nicole Mendoza-Oracle It Is only happening with the custom record
-
Hi The navigational path is transactions>manufacturing>simulated bill of materials
-
Hi @Elychelle Gulen-Oracle 1 There is no checkbox on the sales order. Did you mean this setting? There is this button on the sales order: 2 The item is in stock 3 The locations part of the autolocation rules are warehouses 4 and 5 The ALA has been set up on the location record 5
-
Thanks @Angelica Mae Segador-Oracle The field id in question is inventorylocation.
-
Hi @Patrick Fresnosa-Oracle The amount field is a native field from the table join for transactions:
-
Someone on NetSuite Professionals Slack (Credit to: Stefan Reeder (Suite Coding Pty Ltd)) was able to help me with the suggestion of using a function to retrieve the short code of the state and use that to set the State value (since internal id and state name do not work) This is the working version of the script: var…
-
Thanks @Niks Blando-Oracle Is this Suiteanswers incorrect in that case? From what I gather, the Suiteapp can be used to set up Australia Post as a carrier
-
Hi @Micah Timbol-Oracle Which enhancement request is this? The custom field won't work since it has no GL impact Thanks
-
Hi @Jervin Nicholas Teopengco-Oracle I have a custom field with the project task on journals. However, the issue is that any journal entries posted against a project task do not show up on the project record against the task: thanks
-
@Veronica Steluta Mincior-Oracle Is it possible to script this field?
-
B. Custom Entity
-
Hi @Richard James Uri-Oracle I get the following error: EDIT: I modified the code and it now works: // If a new line was successfully selected if (addressSublistLine !== -1) { // Get the subrecord for the selected sublist line var addressSubrecord = customerRecord.getCurrentSublistSubrecord({ sublistId: 'addressbook',…
-
Hi @Veronica Steluta Mincior-Oracle Any updates? thanks
-
Hi @Nicole Mendoza-Oracle Are you able to assist with filing the case so that I don't have to repeat the expected behaviour info, etc? Normally, these types of cases get closed instantly. Thanks