My Stuff
Please note that on Friday, October 10, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 2 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Share Your SuiteWorld Experience & Earn a Special Badge!
Comments
-
while stepping through the debugger and allowing support to take screenshots we stumbled on the problem. The searchValueSpecified field was not set to true. So if you get this error message, check to make sure you are specifying the fields are uhm..., specified. ;)
-
Nick, yes, of course that makes sense. I was thinking of it as a offset rather than a detail. OK, so you've cleared up that aspect of the issue, now I just need to figure out how in the world this is happening sometimes and not others. See, it's a Date field in NS so I can't really change the time and timezone values, at…
-
But there is a serialNumber field and there is serial number data in the response XML. so it's almost supported? thanks for the confirmation.
-
Mihir, I checked the SOAP and the serialNumber data is there although it all seems to be be in one giant list rather than by location. My .net proxy object is still returning null for the serial numbers though. I have emailed you the SOAP per your request as well as some additional data. Thanks for taking a look. -Steve
-
Hi Evan, Late getting back to you. This issue went away later in the day, so it appears things were fixed already.
-
Yeah, Thursday's update broke our systems. It wants the Lists -> Jobs permission but the problem is we don't even have that feature enabled. Our order intake and fulfillment applications are down.
-
Steve: Thanks for posting this. I am trying to do that same thing (in C#). I have a couple questions: 1. You said But in your code, you used get(). Which one should be used? 2. In your code sample you use NSWSUtils.CreateAndSetRefField(). [COLOR=#000000]What is this? Is this something your wrote? What does it do?[/COLOR]…
-
Steve, Custom lists are a pain to do anything with via scripting or web services. Best bet is to convert them to Custom Records. HTH. Hi Jim, Yeah, I know lists are half supported(if that!) in NetSuite but I didn't realize it was this bad. :(
-
We use the 'getCustomization' call. It returns all custom lists in one whack so it's an expensive call via web services if you have a bunch of custom lists like we do. Our custom lists rarely change though so we're caching the results of that call. Thanks Shawn, The bad news is that our lists DO change often and I'm using…
-
It IS possible to get CustomList values per list, it just isn't documented apparently. What makes the solution even more difficult to find is the flat-out-incorrect error message returned stating that getAll() should be used. I filed a case and the same day had a fantastic response from George Kuszman (I named you George…
-
Any updates on this? I just ran into it again.
-
Just came across this today, wanted to pull a child items parent internal id to our DB but its not being included in the response. Surely what appears on the saved search should be what comes across in the xml response? Whats the point in offering it as a feature otherwise? EDIT: Going to raise this a defect if anyone else…
-
God! 5 hours of work today before I ran into this oversight again... was this fixed in the new version by any chance?
-
Enhancement 159729: WS > advanced search > Custom record > custom Join > column not returning :mad:
-
Oh thank God! I see it, it's in the 2011.2 WSDL and works perfect. Thanks for the response! From Sad to Rad in 42 minutes ;)
-
Javier/John - The costing method solution does indeed work, thanks for the help.
-
Thanks Javier. You're correct, not the type of solution I was hoping for but if it's consistent and reliable then it will work. Thanks for the suggestion. I'm still curious id NetSuite has any suggestions on how we are expected to differentiate between Assembly and Serialized Assembly?
-
FYI, Lot Numbered is...... ready? "_lotNumbered"
-
I'm a bit confused if you want to disable scripts for ALL web services operations or just some and even then do you want to disable some scripts or all scripts? If you want to not run scripts when using WS you can turn it off in preferences Setup > Integration > Web Services > Disable Server SuiteScript You can also check…
-
Thanks for the info! I was real happy when I first checked out the product, but after 1.5 hours I'm unable to add a single WSDL to the project. I get a java exception, nothing in the logs. I tried several different WSDL (Endicia, SuiteTalk, Amazon, etc.) and they all throw the exact same error. I have tried on different…
-
I think what you need (and I do as well) is the ability to set a SOAP preferences to execute scripts or not. I have asked for this in the past. It's not possible but would be an awesome enhancement. In the meantime I would define a set or change profiles that you can detect in your script, "field was this and now is this".…
-
Beware, there are gotchas with the advanced search, for example: [LIST=1] [*]Can't detect serialized assembly [*]Joined search results in saved search not returned [*]Inconsistent enum values[/LIST] All of this added up to a total abandonment of AdvancedSearch, we are back to the old way.
-
I figured out what's happening. The asterisks around "new" in your post made me think that just because my application exits doesn't mean my session is destroyed on the server (of course it's not!). So sure enough when I explicitly call logout() then try to login() I am seeing the behavior I would expect. Turns out this…
-
Rad! Thanks for sharing this info, I was just thinking last night "I really need to get soapscope up and running" :)
-
Elham, There is a good chance that with my current situation the error was on my side. Let me get the account logging in first, once that works I will revoke the WS permission from the role and see if it picks up the change. I will update this case after I complete that test.
-
2011.2 appears to have broken this solution. Instead of "_serialized" we not get "_lifo" which means the subtype+costingmethod is not longer an identifier of serialized items. The same is true for lot numbered. NetSuite? What do we do now? :h_a_w:
-
After "refreshing" the wsdl and doing a full rebuild I now have the weightUnit field. I must of still had a beta version being referenced? My take away it to check the schema browser next time (it is a bit awkward to use though) Thanks for the reply.
-
NetSuite has a real problem with roles and web services. I have a clear-cut case where a role can fulfill orders just fine in the UI but the same operations through WS throw permission errors. Permission Violation: You need a higher level of the 'Transactions -> Ship Items' permission to access this page. Please contact…
-
Yet another variation: When using Advanced search (ItemSearchRowBasic) you will get weight units returned as a EnumSelect field with a string value of "_oz" NOTE: This has a underscore prefix. When developing mapping and translation systems we need to support: [LIST] [*]"oz" - String [*]"_oz" - string [*]_oz -…
-
my last update: It's not 24 hours, it's less... close to 2-3 hours. Not as bad as 24 hours but still a confusing, time wasting pain in the butt.