Best Of
Re: Sweden localisation - Cash allocation
HI @Judith Culanding-Oracle Thanks for your reply to confirm there is no localisation pack for OCR number based ACA. I will wait to see if there any other responses for an alternative solution for this requirement.
Re: New NetSuite Certifications
If you are receiving the 400 - Bad Request (request header or cookie too large) when attempting to log in via Chrome, try another browser.
Re: New NetSuite Certifications
Just received the same error when I tried to login to CertView using Chrome:
Good news is that I was able to login using Firefox. 😊
Re: What permission does my user need to Delete a WMS Item Alias record?
Hi @Dext3r!
Good day!
Can you try the steps below?
- Login as an administrator.
- Navigate to Setup > Users/Roles > Manage Roles > Select Role
- Select Edit.
- Add the following permissions:
- Permissions > Lists > Custom Record Entries : Full
- Permissions > Custom Record > WMS Item Alias : Full
Let us know if this would work, thank you!
Re: payment Receipt reference number
Thank you! Creating the customer deposit creates the related record but does reveal the reference number on the payment receipt. I will try the custom field. This is something new to learn for me… Thanks again!
Re: Refunds Payable Account
Thank you for the guidance. I am only able to replicate this behavior within the Cash Refund transaction, as the system automatically generates a check transaction for it.
Re: How do I substitute an inventory item in a Bill of Materials Revision using a CSV upload?
Hello @Dave E
I'm assuming the Advanced Bill of Materials feature is enabled on your account since BOM and BOM Revisions are available options. With this, SuiteAnswer ID 49959 may not be applicable since this is for when said feature is off and components are directly added in the item record.
In your case, I would suggest using Import Type = Supply Chain, Record Type = Bill of Materials Revision
You can then prepare a primary and secondary file with the internal id of the BOM Revision as the linked field
Primary File column = Internal ID of BOM Revision
Secondary File columns = Internal ID of BOM Revision, Name of BOM Revision, Bill of Materials, Component Name, Component Yield, BOM Quantity, Item Source, Units
Import Options = Update
Make sure that Overwrite Sublists box is marked (if not checked, the components in your csv will just be added in the import, not replace the existing ones)
During mapping, Expand the NetSuite field mapping "Bill of Materials Revision - Components" to map fields like Component Name, Component Yield, BOM Quantity, Item Source, Units
I hope this helps!
Re: How can I increase the speed of my MR script that is performing multiple submitField functions?
Thanks Jervin, it means a lot to know you think my approach is correct.
Unfortunately I don't have much way to reduce the number of operations. Generally it is unlikely to be editing the same record at the same time, these updates come in large batches where moving 1 task in the route order then affects 20 other orders in that same route, requiring a large number of records to be updated. But sometimes the person planning these delivery routes might move a number of tasks around, sending hundreds of updates within a minute.
I could try to reduce the same orders being processed by searching through all the payload records waiting to be processed and only process the most recent one. My worry is that by doing so that these webhooks only send what information has been updated and not the whole task.
So if update #1 sends that the Task has a Driver of Alan and a Route order of 4 and update #2 sends that the Route order has been updated to 5, this new process would not capture that the Driver is Alan.
Sounds like a lot of work to search all the webhooks to gather the most recent information for each field that is mandatory in this process, but if saving the record in NetSuite is my only bottle neck then I suppose it's what I need to aim for.
I'll give it a go and likely create another thread if I need to. Thanks for your advice.
Dext3r
Ask A Guru Live SUITEBUILDER: RSVP Now!
Don't miss our Ask A Guru Live session featuring Jervin Teopengco , a SUITEBUILDER Guru.
Join us APRIL 22, 2026- 1:00 PM TO 2:00 PM EST.
RSVP and stay updated by following Community Events or the AskAGuruLive tag.




