My Stuff
Comments
-
Its via the UI. Ill try that out when I get back to the computer. (The only difference I notice is the ROUND) Thanks!
-
Got it! It looks like INTERVAL types in oracle cannot be summed. If I convert the date difference into seconds then I can correctly return the summed # of seconds from each diff: SUM (86400 * (trunc({custrecord_wevtlog_date_ended}) - trunc({created})) + to_number(to_char({custrecord_wevtlog_date_ended},'sssss')) -…
-
If via the UI I use "Formula (Numeric)" with summary type "SUM" and formula "ROUND(({custrecord_wevtlog_date_ended} - {created}), 0)" I get "An unexpected error has occurred." when attempting to run the search. http://imgur.com/a/Bdo3B (screenshot failed to attach)
-
SUM Formula (Numeric): {custrecord_wevtlog_date_ended} = ERROR: Invalid Expression SUM Formula (Numeric): {created} = ERROR: Invalid Expression SUM Formula (Numeric): {custrecord_wevtlog_date_ended} - {created} = An unexpected error has occurred. SUM Formula (Numeric): ROUND(({custrecord_wevtlog_date_ended} - {created}),…
-
Thanks for the reply! I discovered that same thing literally 30 seconds before your reply lol. :) Thanks!
-
We are also experiencing the same issue again and have been added to the same defect (453473). More than 30% of our requests are over 30 seconds and 25% time out.
-
I am trying to do the same with server side suitescript. If you directly associate an item with a bin, it may be possible. But, in the case that you just have "items in bins" and no direct associations, I dont see a way to get quantities of items in bins. You can possibly track the quantity of an item in the bin at the…
-
We are getting the same error from both rest.netsuite.com and rest.na3.netsuite.com. The only difference is that the error returned from rest.na3.netsuite.com is an HTML formatted error and the one from rest.netsuite.com is in JSON format. One of our servers is not receiving this error (it is requesting from…
-
All requests to the data center-specific endpoint seem to be working now.
-
Same here.