My Stuff
We’re excited to announce a brand new feature in the NetSuite Support Community—Email Digests!
Now, you can stay up-to-date with the latest discussions, helpful tips, and important announcements, all delivered straight to your inbox. Whether you’re looking to catch up on what you missed or just want a quick overview, our email digest has you covered. To learn more and to subscribe, click here.
Now, you can stay up-to-date with the latest discussions, helpful tips, and important announcements, all delivered straight to your inbox. Whether you’re looking to catch up on what you missed or just want a quick overview, our email digest has you covered. To learn more and to subscribe, click here.
Comments
-
Thanks David... I sure will. If it goes on much longer, I'll need to call my account rep. We are converting off Netsuite and this is our last week. I came in yesterday to do a final data pull, and ODBC was down.:mad: This is getting very time critical for us. David
-
Thanks! At least now that feeling of all-alone-out-there is gone... lol... If your service starts working back on, or if you find the cause/fix, would you please post it here? Thanks a lot!! I'm seeing the same error message both yesterday and today. I was able to connect briefly today, but that connection dropped and I…
-
Guys, it suddenly came back again at about one hour ago... What about your statuses?
-
Thanks, Angela; since it was working fine for us on Friday, no one changed anything here, and I get the same error using my ODBC client (WinSQL) from a different location, I bet the problem is not on our side. Routing from both Massachussets, US and São Paulo, Brazil, I'm getting this error. 'Connection failure' is…
-
Hi Ivan, it was working this morning and JUST stopped again. Could it be related to some process that refreshes the views daily? If that helps you, I just edited some custom record type fields a few minutes ago. Do you have more info on that and maybe an ETA? Thanks a lot! I see your query and we are working on a solution.
-
Hi Vinay; I don't have the full knowledge of it, but we've been using the CUSTOMERS view for pulling customer information, regradless of status (lead, won, etc - use CATEGORY_0 field for that). Companies view have also vendor information, not only your customers. It might have other stuff too, but since what we needed was…
-
Thanks Ivan!
-
Right, I talked to some folks over here and it seems it's down since yesterday for sure, maybe more. It's curious to me that this kind of check is not in the status list. What would your ODBC access work for if you can't connect to it... It is more than 24 hours getting Connection failure at…
-
Thanks for your quick response as always, Ivan. I should have created the case from the beginning. Its number is #531488. Thanks again!
-
Hi Ivan, I just ran the query and now it's returning 398 times the same result, instead of 370. TIA, This was an issue that should be fixed. -Ivan
-
Thanks, I knew I was doing something dumb.... Regards! Try: Pressing the ctrl key and then clicking on the already selected name(s) in the list. Corey
-
I give my support for this enhancement. Is there an enhancement request to file a case against?
-
Hi Baruch, thank's for the explanation about the studies! It's really like "keep clicking and buy soon, don't hesitate!". [:)] I have 2 comments then, and I'm just exposing my way of thinking, I'm not in disagree with you: 1- I agree with the required order of the checkout steps, but the main reason for the links is to…
-
I am interested in something like this but have no clue how to go about it. I'm very familiar with NetSuite in general and customizing with Server and Client SuiteScript but am completely new to web store customization and don't know what I can or can't do. I'm actually looking for a way to add a bunch of additional…
-
You asked the right guy to do it.... :) Just submitted case 528865 - Breadcrumbs at checkout are not links. Thanks! I think they are supposed to be clickable links. Did you submit a case so an issue can get created?
-
deisouss, do you know the enhancement #? Let's enter new support cases supporting [!] this enhancement. Hopefully it might get up in the queue.... [:o] Regards!! I followed the instructions from MIMIB above and it worked perfectly as it was explained. If you follow the instructions step by step they work. Thank you MIMIB,…
-
Might be a dumb question, but do you mix external links and internal catalogs links in your site?
-
We need that too.. Is it possible to actually customise the 'MY ACCOUNT' section more? i.e. add some html to it?
-
Unfortunately I agree with you on the 'priority' aspect. In fact, there really are other stuff that they need to fix first... and fast... I don't know if this applies to you, but in product pages of our site (http://shopping.labcentrix.com/grams.htm) I had to make a very bad workaround to do page detection and then take…
-
to clarify...sitebuilder will allow you to add styles or a stylesheet to your page <head></head> area. Kerrie Thanks, Kerrie.... That's what we've been doing and it seems the best approach with the tools we have in hand. But I think that the question that stands still is.... If we can hack it like this (I call hack because…
-
Hi Jenny, NetSuite support specialist Trevor Sturge just contacted me by phone, and explained that - at least in my case - was the 'Notify Assignees' checkbox not being checked in the support preferences page, under Update section. We would never assume this was the problem just because we don't even work with case…
-
Some more information on this issue. This issue happend setting the incomingMessage property of the supportCase object; if I set the outgoingMessage property the emails are sent. However, I am not able to set the outgoingMessage property with roles other than general access roles. Mixing all of this, our application is…
-
Lol (sad and desperate lol, though)... would the bug be 'sending out messages that would be coming in'? I can list a bunch of other bugs that really don't make any sense and put much higher barriers for everybody. Why did they bother with this one? One of them is that if any person replies to a case, or sends a message (or…
-
Any updates on this? I could not reproduce in my test account. I created support cases using a Customer Center role and setting the incomingMessage field. Please file a case and post the case number here. - mariano
-
Hi Jenny and Mariano, our case number is 617261: WebServices: Support case creation/update: email notifications stopped working.
-
Hey Jenny, 96 over your 72, meaning 168 hours (7 days), have you got any answer? None, I was told by NS Support someone would be contacting me within 24-48 hours. We have now surpassed 72 hours!!!
-
Try exploring _customRecordSearch.basic.customFieldList I suppose the child-parent relationship is stored as a custom field, am I right? Let me know your findings...
-
People out there correct me if I'm wrong, but I believe you'd have to do 2 searches and merge the results... Let us know if there is a better way of doing it. Regards,
-
Quick try for you: when calling the function, use the ref parameter as this: AddField(myField, ref objectToAddTo) Pretty much like it is in the function definition. Passing the compilation part, let's attack the remaining issues. Regards!
-
I believe you are missing //this <span style="font-size:'2'">_customRecordSearch.basic = </span><span style="font-size:'2'"><span style="color:'#0000ff'">new </span></span><span style="font-size:'2'"><span style="color:'#008080'">CustomRecordSearchBasic</span></span><span style="font-size:'2'">(); </span>//and then what…