Mi contenido

Avatar
Ver todas las insignias desbloqueables Ver todas las insignias desbloqueables
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.

Tom Dalton · Owner · Gold Medal

Comentarios

  • Erik, we would like to export all customers and set tax status based on State (in a Excel Spreadsheet) and then save as CSV and do a customer import. Have you seen a good "step by step" description of how to export and then import customers in NS? We have customers with balances and I don't want to do anything without…
  • I was wrong. The "fulfill button isn't missing". It is just the links to related records that is missing. T
  • We have been OK with the speeds of v11. I wonder how much of it is based on the computer's configuration or it's particular OS. T
  • We found a way to fulfill the SO with out a "fulfill button" on the SO. We go to the customer and click on transitions and fulfill open sales order. The new problem is that we have ANONYMOUS CUSTOMER and the orders came in BEFORE v11 and if we click customer it does us no good on those orders, so we don't know how to…
  • I have a thread about this problem in the OLD NS user's group. The froogle and other shopping feed problem isn't just the v11 beta... it is also in the current version of NS. The domain switching problem isn't just in the product feeds; it is OTHER places as well. Our site is constantly switching OFF our domain and into…
  • We also have this one. Thanks for the update.
  • When placing any order on either the reference, this error appears immediately: https://checkout.OURdomain.com/Checkout205/services/live-order.ss&t=1550853714899?c=XXXXXX&n=1404 (Not Found) Where XXXXXX is our NetSuite account number. Something was changed in v2019.1 and it is now adding the &t=15508.... in front of the…
  • BrettKnights, a NS developer, created a free bundle to fix this NetSuite shortcoming. I can't thank him enough. So, install his bundle by searching bundles for the word "Shadow" and you'll find one called "Shadow Item Template". After the bundle is installed you'll have a new item field called "Item Template Shadow" and it…
  • > Anyways, we might just wait for the new release and see if this issue is fixed. When is that new release due out? We still can't use it.
  • Here is more of the emailed error messages.. Script: SuiteSocial Yammer Integration Type: Suitelet Function: integrateYammerPosts Error: SSS_MISSING_REQD_ARGUMENT id Stack Trace: integrateYammerPosts(newsfeed_integration.js:252)
  • I submitted Case #1645752. From support: The investigation so far is showing that the error you're seeing is thrown by a script from the "SuiteSocial Yammer Integration" bundle. At a certain point in Suitelet execution it's missing a parameter. I was hoping to get more information about how the error occurs or how to…
  • This might pertain to the bundle: Product Merchandising The new product merchandising feature, introduced in Version 2013 Release 1, allows you to display merchandising zones on your e-commerce site. A merchandising zone is an interactive element that displays dynamic groups of items based on search rules you define using…
  • Is a script still the only solution? -T
  • Enhancement #146229 - Ability to Search items by the Item Drilldown Template field. Has anyone found a work-around? -Tom
  • I found a work-around. I did a "site specific" search in google filtered to only search within our domain. The I search for a phrase that is only used in this particular template. That may not work for everyone because you may not have any text that is specific to just one template. In our case, we could search for…
  • I guess I should have searched the UG first. I found these two related threads.... https://usergroup.netsuite.com/users/showthread.php?t=6635 https://usergroup.netsuite.com/users/showthread.php?t=13048 There seems to be some interest in this search. In our case we need to find all items that used one particular template so…
  • Blue, that is a great thread and it highlights a big issue in NS. As for the Fulfillment Memo field, NS said that the Fulfillment Memo field is broken. They said that the Fulfillment memo is the same field as the memo field in Sales order (and should have the same field ID), but because of a NS bug one doesn't populate…
  • Originally Posted by JMUnderwood For those NS Users who have only an occasional need to customize a report, search, or form, it can be extremely frustrating to the point that, after having wasted hours, the user just gives up. My bookkeeper always says, "I can't figure out those NS reports, ..the interface is soooo weird…
  • Can anyone point me to a list that correlates field names across all NetSuite functions? I'm referring to identifying the field name that has the same content, but is named something different in different functions/record types. Take for example Customer Name: *Customer Form (Displayed): Customer ID *Customer Form…
  • The standard log-in that comes with any NS web store takes user to a different "customer center" that the v2009.1 custom hosted log-in described earlier in this thread. Customers that log-in to your "Customer center" through the normal customer log-in will get to YOUR store's customer center and it is impossible for them…
  • I tried using this feature today and found it to be worhtless: I have registered as a customer at OUR netsuite webstore (for when I test the user experience at our web store). I have ALSO registered (as a customer) at several other netsuite hosted webstores (like wine box warehouse). I followed the steps and added the form…
  • I would also find creating matrix items from kits very useful. -Tom
  • With the new 0S3.0's support for external hardware, this would be a good way to integrate a barcode reader to do inventory counts. No barcode reader needed with the iPhone... http://www.ismashphone.com/ -Tom
  • you need to know the id of each field you want to include - you can find these by using the formula popup on a formula result field, among other means. There was no "pop-up field" for tracking number. I also couldn't find the "Filed ID" for tracking numbers anywhere in the NS help. Can you tell me what it is and where the…
  • The NetSuite instructions say... You can include values from search results fields in this text by entering field IDs enclosed in curly braces {fieldID}. Select a field in the Insert Field dropdown to insert its field ID. The "Insert Field dropdown" seems to have ZERO effect when I use it. Is it not mac compatible? Tom
  • I also want to use this feature. I didn't know it existed until I read this thread. I've got to start reading the memos!! Wait ...am I getting the memos? Evan, you gave some partial instructions: You can use a transaction search and set the criteria to type=invoice, main line=true, date is 30 days ago (or 60 days ago or 90…
  • Evan, you may want to try it on a mac. It doesn't do anything. I tested in Safari and FireFox3. T
  • How would one make this… CASE WHEN {custitemitem_feed_image_url} LIKE '%JPG$' THEN ... include "GIF" So, WHEN {custitemitem_feed_image_url} LIKE '%JPG$' or LIKE '%GIF$'
  • I need a text "availability flag" for a feed. I need it in a custom item field of "type = free form text". Any reason why this isn't working as the field's default.... [INDENT] CASE WHEN {isdropshipitem} = 'T' THEN 'in stock' WHEN type = 'Kit/Package' THEN 'in stock' WHEN {quantityonhand} > 1 THEN 'in stock' ELSE 'out of…
  • Is there any way to reference dynamic group membership in a formula? So, then a custom field can become a flag for inclusion in a specific group. So, if we have a dynamic group of customers called "one time purchasers".. could we get a field that sets to "Yes" or "True" based on if the customer is included in that group?