Mi contenido
We'd love to hear your thoughts on the Latest updates in the NetSuite Support Community (UI/UX edition) – December 2025. Your feedback is important to us—please let us know what you think or any suggestions you may have in the comments!
Comentarios
-
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?
-
I need a formula (in a custom field or a saved search) to make each parent item show it's total count of orders for all of its children (previous 12 months). The same formula would also show the count of orders for non-matrix items and kits. It just wouldn't show any line items for matrix children. I like count of orders…
-
I need to remove "> " from the left side of a text field. My mass update uses the formula LTRIM({my_custom_field},'> ') and it doesn't work. If I change "> " to "> " (*its HTML character equivalent) then it works when I "preview" the update, BUT when I save the mass-update and re-open it ....it no longer works because the…
-
Thanks, I had already got it with a Regular Expression formula. It found the first digit that was A-Z and then chopped of anything before it. That worked better because I never had to find a ">" character.... which caused issues.
-
Evan, Here is another example of the broken issue that I'm having a hard time getting support to understand. These formulas work in a custom text field .They work in a non-matrix item and in a matrix parent item and in a child item. Custom Item Field = NVL2({parent}, 'child item' , 'not a child item') Custom Item Field =…
-
Let me know how it goes.. I tried this for the storedisplayimage, NVL2({parent},{parent.storedisplayimage},{storedis playimage}), and it worked. Mondray, you are correct. That formula works for non-matrix items. It also works for matrix parent items. Now, what about matrix child items? That is where we are having the issue…
-
I experienced the same thing initially.. What I did was use the "item url" field first or the "image url" field. then i used the storediaplyimage again then it worked. Somehow there is really a defect on initial use. i think that's what's in the defect that was filed for you. Can you try that in the default value field in…
-
tried again as per your post. no go.
-
Mondray , it was Case Number 1627762 and it resulted in Defect 245256.
-
I'm a hack, but good at copy/paste. I need a formula for a dynamic DIV ID. So, the service I'm working with says we need <div id="Reviews-productId123"></div> to show their dynamic content for each item. productId123 would be each item's actual NetSuite item ID. Can someone post an example of how that would be done? Could…