My Stuff
Please note that on Friday, September 19, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Comments
-
@Francesca Nicole Mendoza-Oracle Thank you kindly for providing the documentation for this. Most helpful. All the best, Judy
-
Hi @Francesca Nicole Mendoza-Oracle, I figured it might be something like that. So do you think it's just not possible at all? Or am I just missing some other fields that may need to be updated at the same time? The task I am trying to update is "legit" — that is, I can update it in the "Mark Open Picks Done" screen. So I…
-
Hi Nicole, I tried using 'COMPLETED' in my submitFields statement but I'm still getting the same error. I did also try finding a Pick Task that was Done/COMPLETED already just to see the out put in my log message, and it does show COMPLETED. So not sure why NetSuite is not letting me update the record. Is there some…
-
Hi Angela, Thanks for your reply. We are restricting the BOM to specific assemblies. I was hoping at least to see an entry in System Notes for the "Used on Assembly" check box on the Bill of Material record since it is getting changed but nothing shows up when adding or removing the BOM to the Item. Oh well, just wanted to…
-
Okay, great. I'll log a case. Thanks again for your help! Judy
-
Sorry to say, there are not a lot of details in the documentation. From the first article: After you authorize and configure the credentials in NetSuite and Shopify, map the necessary fields and test the integration to confirm the accuracy of the data flow for Shopify B2B. In Shopify > Data Flows > Orders, the newly added…
-
Hi @Shorin Rio Daa-Oracle , I could not find anywhere in NS Connector to set up a B2B Sync. Would you be able to provide any more details on that? Thank you, Judy
-
Hello @Jam Amper-Oracle Yes, that is the problem! I did not notice this since the components are not visible on the sales order. (Although I am kind of kicking myself for not figuring it out!) Thanks so much for your help. Judy
-
And yes, it was intentional to use Amazon Price level, which is shown in the Unit Price column, so we can compare it to the rate on the sales order. (Sorry did not answer fully in my previous comment!)
-
Hi @Jam Amper-Oracle , All the sales orders have a custom price level, so that's not the issue. I also thought maybe it was orders that were backordered but then I found some of the orders missing the rate have been shipped and billed. So that's not it either. Anything else you can think of that would be different? Thanks,…
-
Hello everyone, I managed to figure this out after looking at a few more examples. I found that one of the states was still active, therefore any edits after that were not triggering the workflow. This is the log for CRY - SO Before Submit, Broker and Duties state. The transition I had was only defined to run during…
-
Hello @Red Velasco-Oracle I tried changing the workflow from "Before Record Submit" to "- All -". That did not seem to make a difference. I also changed the order of the states, switching the first two in case it was just a problem with the first State. But that did not make a difference either. The workflow is still not…
-
Hi @Michelle Jabanes-Oracle Thanks so much for your reply. We had created a few topics for testing purposes. After reading through the documentation again, finally understood where we were missing the permissions. We did not have any roles selected here: Once we turned that on, then "Knowledgebase" showed up on our menu.…
-
Hello, I have the same question and wanted to follow up on this if that's okay. We are not licensed for SuiteCommerce. We have created Intranet Tabs and Categories and would like to know how to display the categories (kbase articles) like shown in this previous reply: I tried creating a Custom Center Tab, but don't know…
-
Hello group! I think I have the same question, but am not sure I understand the reply. The last response referenced "clicking the Add Multiple button" and I don't know what that means. My situation is this: This is a custom List I created; I would like to add another column to display an additional field from the list…
-
Hi @Richard James Uri-Oracle , I would be happy and able to use SuiteScript for this purpose. Or any other method if there is one. 😁
-
@Richard James Uri-Oracle Yes, my last response addressed the issue. I marked it "Yes" for Did this answer the question. Thanks again!
-
Hi @Dext3r I did try this: var itemSubclassText = itemSubclassData[0]['text']; But it did not work either. Appreciate your reply :)
-
Hi Richard, Sorry for my delay - I was just getting back to this today. I was not able to get JSON to work. But I happened to be looking at another topic on arrays and figured out how to get the data I need. I think this piece: [{"value":"7","text":"Inactive"}] is not a JSON object because of the "[" brackets; it's an…
-
Hi Richard, Thanks for your reply! I have tried using JSON.parse, but was not able to get it to work. Output from search results is {"custitem_cry_sales_subclass":[{"value":"7","text":"Inactive"}]} I can extract [{"value":"7","text":"Inactive"}] from this. JSON.parse yields an error for both of these. I would like to get…
-
Hi Nicole, I decided to rewrite the code to make better functions that I could just call for related items in the same execution. So, I'm all good, don't need this anymore. Thanks!
-
Hello! I just figured it out — The filter was wrong: filters: [ ['itemid','anyof',itemId], Changed 'itemid' to 'internalid' and it works now. Thanks for the help! Love you, NetSuite.
-
Hi Richard, Thanks for your advice. When looking through records browser I did not even notice in the fields it was "itemid". Looking at the top of the Item page, the internal id = item, I assumed that was the field name, too. (And it's "item" in so many other places). So I tried replacing "item" with "itemid", and changed…
-
@Patrick Fresnosa-Oracle Thanks so much for your reply. I will follow up with our ACS team on this.
-
Hi Tigran, Thanks for that update. I'm a little hestitant to just try that in Production, but will do some testing in our Sandbox account. Would you also know the name of the script and saved search that's used for the scheduled allocations? That might be useful to make temporary changes, and if I knew the script name I…
-
Hi Ivy, Thanks for your reply. I was afraid that was the answer. And thanks for your suggestion. We are also considering redoing the report in Analytics. I think we'd be able to pull the shipping cost there as well. Have a great weekend! Judy
-
Richard, Thanks again for all your help - that answered my question. Regards, Judy
-
Hi Richard, Thanks for your reply and explanation. If I had a custom field on my Sales Order record, could I then source that to the mobile page? And would that be considered one of the auxParams? What would the message field look like in that case? Thanks, Judy
-
Hi Richard, This is the item in our Sandbox account (where I'm testing these changes) The field is in our Custom tab at the bottom: Is that what you were looking for? Let me know if you need anything else! Thank you, Judy
-
Hi @Michelle Jabanes-Oracle , I'm trying to turn off the customer email when the RA is created. Exactly the same as that enhancement you mentioned #195837. Thanks for sharing that - I voted for it! There are some other transactions we'd like to control better by customer as well. I'm looking at using Workflows for this. If…