Mi contenido
Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!
Comentarios
-
Hi Steve, How about sourcing from the Case list instead of Case Status? You should be able to filter by Status as well, and you get access to all statuses. Thanks,
-
For some reason, I'm not seeing where to do this. I go to Setup > Users/Roles > Manage Roles. Then I click the role I want to edit. Under the Permissions tab, there isn't a Custom Lists subtab, and I can't add my custom list to the Lists subtab. What am I missing? The Custom Lists permission is located under the Setup…
-
A scripted solution was posted here: https://usergroup.netsuite.com/users/showthread.php?t=18118&highlight=mandatory+field+if Thanks, Rob
-
can you post the workaround here (workflow or javascript)? In Name field validation, we can do that there should be a space followed by characters, but how can we edit the validation code for the field? Try this workflow: 1. Go to Setup > Customization > Workflow > new 2. Set the initiation page with a trigger type of all…
-
Hi Adam, This is being tracked by Enhancement 97536 - Transaction Forms PDF Layout - Add the ability to display custom elements on "first page only", "appear on last page only" and "appear on all pages". Thanks, Rob
-
We are tracking this feature request via Enhancement 157780 - Setup > Customization > Custom Fields > Have the ability to set custom fields to inactive. Thanks,
-
Hi Rafe, If a field on a record is referred to by a formula custom field, you cannot edit the referenced field with Direct List Editing. An example is documented in our Help Guide under 'Using Direct List Editing'. Thanks, Rob
-
Please vote for Enhancement request 66689 for this feature to be considered in a future release.
-
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…