-
Bundle Update Notification
Is there a way to get notified when a new bundle is available or is it up to the bundle creator to notify their clients every time they're made improvements to their product?
-
Mass email to Vendors
What would be the best way to inform vendors on our upcoming subsidiary name changes? Would you recommend a campaign email or do extract on vendors email and do a mail merge with word? Or any other suggestion would be appreciated. Thank you.
-
Workflow - Unlock Record Action for Certain Roles
Hi- I have locked a record in a workflow except for User Role Admin role and Finance Manager role. I want to be able to give the Finance Manager role to Edit the record. But it is locking the record for that Finance Manager role too. How should I unlock the record for Manager role to Edit? Just to add, details on my…
-
Sandbox access after refresh
User has several roles, but NetSuite will only allow 1 of the roles to be used. If he tries to login using one of the other roles he gets the error, "Login access has been disabled for this role". I've checked to see if that role was inactive and it is not. Has anyone run into this before? thanks
-
NSC | Can you filter the Item sublist on your Sales Orders?
Some companies requires their business to have a filter for the Items sublist in their Sales Orders. In this article, we will be guiding you on how to do this by using a Saved Search and Custom Form. Scenario: On your Sales Orders, you want to limit the selection in your Items sublist. Since the item selection are way too…
-
changing the format of a column on a basic pdf
changing the format of a column on a basic pdf. When I go to customize - transaction form pdf layout,s I can bring up the form, but there is just a block that says columns... Where do I customize the columns.
-
Barcode Tab on Advanced PDF template
Hi, I am trying to include Tab functionality in advanced PDF template, the below code snippet is generating barcode successfully and whenever I scan the generated barcode over the word document it's decoding the barcode as expected but whenever I scan same barcode over NetSuite UI it's just entering the first…
-
NSC | Removal of the Ext JS Library
NetSuite, a leading provider of cloud-based business management software, has initiated the process of removing the unsupported Ext JS library from its platform. This move underscores the company's commitment to streamlining its offerings and ensuring optimal performance for users. If your customizations within NetSuite…
-
Customer Category
Is it possible to change the Name/Label of this field? want to use native field instead of creating a custom list field.
-
hmac.digest AN_ERROR_OCCURRED_WHILE_DECRYPT_PASSWORDGUID
I'm trying to create a Azure Security Access Token within SuiteScript. I am getting AN_ERROR_OCCURRED_WHILE_DECRYPT_PASSWORDGUID when calling hmac.digest method in the below NetSuite Code. The Netsuite code is based on code found on Microsoft website to do the same thing in Node.Js below. Node.Js Code. var generateSasToken…
-
How to make a Workflow transition from Approved to Pending Approval when Edited?
Hello everyone, I am very new to this community and this is my first post as I'm DESPERATE for an answer. This is a question regarding basic workflows for Oneworld, not Suiteapprovals. I have been looking for a way to transition transactions ( journal entries, vendor bills ) from Approved State back to Pending Approval…
-
Custom Decimal Number field auto rounding in Adv PDF Template
Any idea why my custom decimal number field would be auto rounding on my Adv PDF Invoice Template. - The auto formatting box on the custom field is un-ticked There are no "rounding" commands/code in the html template to instruct it to do so. The field surfaces on the transaction line at .02995 and when printed on the form…
-
How to add SAML Single Sign-on permission to a role in Employee Center type
Hi NetSuite Gurus, I want to add SAML Single Sign-on to an Employee Center role but I could not see how to add the permissions. The permissions list is fixed as below: Please let me know if this role type cannot be added the standard permissions. Thank you very much. Diana Le
-
Calculating ‘Earliest Available Date’ via SuiteScript API
Hi everyone, I have a client that wants to automate the process of checking/calculating the ‘Earliest Available Date’ from the 'Check Item Availability' feature on the item level of a sales order. I know that this calculation is done using the ATP lead time, but I am not sure how to initiate this calculation via…
-
Join assembly item to work order query (SuiteQL)
Pardon the cross-post, but I thought this might be a better place to ask this. When I try this query: SELECT t.tranid, t.id, i.itemid, i.description from transaction t INNER JOIN item i ON t.item = i.id WHERE recordtype = 'workorder' AND t.createdDate >= BUILTIN.RELATIVE_RANGES('LW', 'START') I get: Invalid search query.…
-
Looking up Unit Name via REST WS
I'm using REST Web Services. Starting with this item query: purchaseUnit is 4. Is that a Unit or a Unit Type ? Units are not exposed via REST WS. Unit Types are, but I don't know the unit type. Is there a way to get the name of the Unit with internal id 4 ?
-
SB2 環境很慢 , 會無法連上或者是下拉選單show 不出來無法存檔
正式區及SB1 環境是正常的 SB2 甚至會出現 Error 500 或者是Token 找不到 這個是我們財務預結算的環境需要及時修復
-
Sales by Customer Report
I have customized a Sales by Customer report to show the items purchased by each customer over a specific period of time, each item shows quantity, sale price, purchase price, revenue, etc. The problem is it lists the items by transaction, so if a customer buys the same item 3 times in a 6month period, the item will list 3…
-
Approve Vendor Prepayments page not working
Does anyone know what this error is on the 'Approve Vendor Prepayment' page. I have vendor prepayments that are in pending approval and should be appearing on this page. I also cannot customize the view. When I customise the view and create my own saved search, it does not appear in the 'view'. I only have the Standard…
-
Create Deposit Button on Credit Card Sales Order Form
Hello everyone, Is it possible to have the 'create deposit' button available on the Credit Card Sales Order transaction form? I've compared between sales order and credit card, and they each look the same. The only difference is that there is no linked Invoice form. Would I need to do that in order to allow for a deposit…
-
How to search for primary contact updates.
How to create a search for primary contact updates.
-
SuiteTalk API Not Returning Complete Location Data for Items
Hi All, I am using the SuiteTalk API to fetch data from NetSuite. While I am able to retrieve data for inventory items, I am encountering an issue where the complete location data is not being returned by the API. However, I can confirm that the location data is available in the item records within NetSuite. But it's…
-
Add custom font to pdf created through suitescript
I want to apply custom font to pdf created through suitescript. I have used @font-face to apply custom font. But it's not working. How can I apply custom font to scripted pdf.
-
How to Full Country Name to Custom Item List Field
Hello, We have a custom field in our Sales Order Item List for the Manufacturer Country of the item. We then have a workflow to fill in the field when it is not automatically set when order is created in web store (Don't know why being set so trying to use workflow to fix) > The workflow is also setting another item list…
-
Netsuite REST Web Services - Python GET Request OAuth1
Hi community, thanks in advance for your help. I've successfully setup REST Web Services API in our sandbox environment, and successfully made GET requests using the documented Postman application. I'm now trying to write script in Visual Studio code that mimics Postman's requests but am having a difficult time finding a…
-
Using external fonts
I've had a request to use a specific font in a PDF. The original source was Google (via an @import url('https://fonts.google.com/...') line in the CSS). The CSS didn't work, but I found that the BFO documentation says that you can bring in your own .ttf fonts. Google had this particular font available for download, so I…
-
Where i can get Suite talk course files?
I am using Stairway for financial GB Account. I am not able to find this Suite talk course files folder in my account.Where i can get this Files?
-
Move Matrix items from Accounting Sub tab on Items
Is it possible to move the Matrix Items List from the Accounting Subtab for inventory items? Seems like it doesn't show up on any form I have.. Seems kind of silly, but was just looking for confirmation.. Thanks, James
-
Alt. Email Field Won't Display
Hi, I am trying to use the Alt. Email field on a client record. In my custom form the SHOW tick box is ticked for the Alt Email field. However, the Alt Email field is NOT showing on the client record. Am i missing something obvious? thanks, Charlie
-
Change the sales order form when box is checked
Netsuite comes up with the standard Sales order form. Once the check box on this standard sales order form is checked I would like to use a custom form. I tried setting up a workflow based on but without succes. Can you please help?