Minha área
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.
Comentários
-
There's a good example of this in SuiteAnswers 10093 and a short video in 19662.
-
Support recently filed an S1 Defect 400338 - SuiteScript > Restlet > DUPLICATE_SCRIPT_ID_FOUND_IN_CUSTOM_RECORD_ENTRY that may be related to your error. Please contact Support to confirm. An Alternate solution is available: Instead of using nlapiCopyRecord, copy the record using nlapiLoadRecord and nlapiSubmitRecord.…
-
SuiteAnswers Answer Id: 32850 provides detailed steps.
-
The custom record may have Include Name Field = T. Try unchecking this to remove the Name field from the form. Thanks,
-
This thread talks about creating a PDF template for custom records: https://usergroup.netsuite.com/users/showthread.php?t=27721 Thanks,
-
Hi Thomas, Try a customer search using criteria 'stage' = Lead and group by 'State/Province' under the Results tab. You can group by other fields as necessary. Thanks, Rob
-
We are tracking this request in enhancement 80667. No ETA yet, but perhaps will be part of a future release. You can add your vote to it via the NetSuite Support Center.
-
This is currently tracked by Enhancement 169928 - Setup > Users/Roles > Manage Roles > Custom role > Custom Records : Have separate level of access for each permission. Thanks, Rob
-
David is correct, the fix to Defect 429282 : SCA Denali > Logout > Customer Name in header & Cart items in header is still displayed, will be released later today. You will receive a status update if you have your case attached to the Defect.
-
See SuiteAnswers Answer Id: 27844 for an overview of SuiteCommerce Advanced. Your account manager can also provide details about the differences between SuiteCommerce Advanced and SiteBuilder.
-
I found Enhancement 125613 - Provide a preference to remove the prefix appended to web store sales order confirmation numbers. Currently confirmation number is ###-sales order #, customer requests the option to turn off the prefix making the confirmation number = sales order number. I haven't tested this but a workaround…
-
Hi Steph, http://www.a2hosting.com/kb/security/ssl/secure-and-insecure-content-on-a-web-page explains the warning and includes possible fixes.
-
Support is tracking this feature request in Enhancement 165613: Remove "Set Preferences" link from the Settings portlet in the Customer Center.
-
Try over at https://developers.suitecommerce.com. You can use your existing NetSuite login to access the site. See this thread for details - https://usergroup.netsuite.com/users/forum/product-areas/web-site-e-commerce/396726-suitecommerce-developer-site-is-now-live
-
Just got the following email from Google regarding our domain. We have a Site Builder site. Is NetSuite doing anything about this? <Several product pages were listed> Hi Chris, do you have a Support case open for this?
-
All top level categories and pages load fast for me as well.
-
SuiteAnswer 32891 provides this example: Most of the time, Suitelets are being used to retrieve information. If the user would like to store the data coming from the Suitelet to a Custom Form, below is a sample: function suiteletToCustomForm(request, response) { var form = nlapiCreateForm('Suitelet Form');…
-
KMcC7808, you can wrap code using the code (#) tag in the advanced editor: [ATTACH=JSON]{"data-align":"none","data-size":"full","title":"Capture.PNG","data-attachmentid":440470}[/ATTACH]
-
Support filed Defect 467926 for this. SuiteAnswer Id: 41890 includes steps on how to ensure RESTlet and web services integrations are data-center agnostic.
-
Hi Brandon, you posted this in the SuitePeople Core HR forum. I moved your topic to the scripting forum.
-
According to the status page, NetSuite is currently experiencing issues affecting Web Services/RESTlet integrations. The issue is with integrations making use of incorrect Data Center URLs. As interim solution, please make sure to correctly use your account's intended Data Center URL. Our engineers are actively…
-
I checked with our SME's who confirmed that the status field does not currently work with the following: [LIST] [*]Setting 'Status' on the record object (using nlapiLoadRecord and then submitting the record) [*]Client Script [*]nlapiSetFieldText [/LIST] Support did file Enhancement Request 362857 : SuiteScript > Inventory…
-
Had to rebuild the forum search index. It should work now.
-
The search criteria is not restrictive enough. You can try something like, 'set current line item' instead.
-
The Sublist API topic was recently updated. You can find it here.
-
Both examples are provided in SuiteAnswers Answer Id: 33426 - https://netsuite.custhelp.com/app/answers/detail/a_id/33426/kw/update%20address%20sublist Update: var recCustomer = nlapiLoadRecord('customer', 1, null); recCustomer.selectLineItem('addressbook', 2);…
-
Answer Id: 10480 was recently updated to reflect this - https://netsuite.custhelp.com/app/answers/detail/a_id/10480/kw/address%20sublist
-
This answer was taken from SuiteAnswers Answer Id: 31522: When trying to get field text of a multi select field with a custom button, one might run into error : SSS_NOT_YET_SUPPORTED (UE or Client Script). To avoid this error try using nlapiLookupField api instead of nlapiGetFieldText.
-
You can try something similar to SuiteAnswers Answer Id: 32713. Change the Type = Invoice and set up recipients to receive the alert.
-
I think pradeep.r.s touched on it. See SuiteAnswers Answer ID: 38260