My Stuff

savethepennies Red Ribbon

Comments

  • I have had a hard time controlling page breaks. Most of it is done automatically. In our case there are times where NetSuite adds a second page and we end up with way too much white space. Anyway so I haven't been able to find a way to influence page breaks independent of the content of the transaction.
  • I'm trying to get this figured out because we are working on getting fulfillment implemented. Storing the tracking number is nice but marginally so when compared to being able to link directly to the tracking page. Also, is the only place you can enter tracking #s on the shipping section? In other words, is there a way to…
  • That's interesting to hear because I generally get several emails during the preview period indicating that searches are encountering errors. I've found that I can ignore those as they seem to be connected to some part of the upgrade and have not yet indicated a real concern. Maybe it's part of setting up the preview?
  • Thanks for the update. I don't know that I would call it a solution but that certainly is an interesting workaround. So are you setting everyone up with 2 roles? I would think that you would still have to have people assigned to a role with the sales role option checked in order for them to show up in dropdowns and other…
  • That is part of the problem. We want visibility beyond the sales reps but even now if someone is marked as a sales rep but not in the sales chain the quota information is not available.
  • I had just been playing around with this and am seeing what Jocelyn is describing. Even if I give a role a permission for "Establish Quotas" unless someone is in the reporting structure (employee, supervisor, etc) they can not see the quota. I have tried KPIs, searches, reports, and custom searches and reports but have not…
  • I just realized this morning that this was not possible. Of course that was only after I had been talking up the interface improvements of the latest release and how it would help us better organize the layouts :( Oh well. I am glad to hear that this will be resolved quickly because I will use it as soon as it is available.
  • We started noticing significant slowdown towards the end of last week. It wasn't on every action but was often enough that I received some questions/comments about it. Trying different browsers and computers gave the same results. That lead me to believe perhaps it was due to processing on NetSuite's end in preparation for…
  • We recently tried out the idea of using an iPad and an online form for gathering lead information at a conference. The feedback I received was that it worked well (no error) but was slow. I think the tab suggestion from JMUnderwood would help with that. Maybe the error is tied to something that appears on your form rather…
  • And I have Eclipse connected to my sandbox for development. I've resorted to using the live debugger even though it's not ideal and limits what I can test. I would like to be able to debug from Eclipse as that is quicker, gives me more flexibility, and is a better environment. If I can get it working I'll pass that along.…
  • I'm having trouble as well and am actually wondering if it's due to the change to sandbox urls. The login to production is working fine with TBA so I don't believe I'm doing anything wrong. Unfortunately the suggestion to re-add the account for my sandbox environment fails for me. Another reason I'm thinking the ide isn't…
  • Well it's good to know that it's not just me or my configuration. It's been a pain to figure out how to debug in other ways.
  • Lewalsh11741 Upload and download are not an issue anymore. The ongoing problem is using eclipse to debug. Did you get that working?
  • I was actually able to get things working again, kind of. Had to use the Troubleshoot > Revoke Master Password and Account Information option to start from scratch. I am now able to connect and upload files to sandbox. I'm still having trouble trying to run the debugger but not sure if that's related or entirely different…
  • I haven't monitored timing closely enough to say things are any different in recent weeks. I can confirm that data pulls can be dreadfully slow. When we first started working with the ODBC we quickly realized that the authentication process is costly in terms of time so it's good minimize those. Also performance drops…
  • Setup > Company > Printing, Fax & Email Preferences. There are a couple settings on the Email tab to affect different emails. Settings that use the company return email refer to the address set at Setup > Company > Company Information. Try those and see if that changes what you need it to.
  • Was it installed as a System DSN instead of a User DSN? Have you verified that the installed ODBC entry name matches what the datasource is expecting? I had a different error when there was a 32bit vs 64bit conflict so that's probably not the problem. Have you tried using the ODBC with a different tool, like DaFT?
  • We use this setup and have been for a while now. First question, did you install the ODBC driver on the box housing the SSRS site? That's what the error message points towards.
  • Apparently I misunderstood the documentation. Using the internal id works like a charm. I should have thought to at least try that. Anyway I will adjust accordingly and make that work. Thanks!
  • That was much more helpful than the error id in the message :D I found where I was sending the enum string rather than a value and am on to the next error. At least this time it is telling me what the problem is. I just wanted to say thanks for the quick reply that just may help me get this going for the weekend (fingers…
  • Awesome and thanks for the response. I was starting to lose hope at finding an answer. What you said makes sense. I guess I misunderstood what was being asked for. I changed the referenced line to the following: listOppType.internalId = "custbody_opp_type"; Now there is a new error that doesn't provide any meaningful…
  • I appreciate the response and your mention of nlapiXMLToPDF. I had not come across that function yet and that seems to have good possibilities. Looking back I realize that my post was a bit vague since I had used the print button but could not find a way to control what was printed. It is disappointing that there is not an…
  • That helps alot. I will play around with that and see what I can do. Thank you very much.
  • Yes, I am using a client side script. If it is applicable only to Suitelet scripts then how do you connect it to a record type? As far as I can tell that is not possible. Somehow the function needs to know the record information to print (which could be passed as parameters I guess) and I don't see any way to deploy a…
  • Hello, You can go to Home > Set Preferences > Transactions Tab > Printing > Make sure Print Using HTML and Email Using HTML are both unchecked. Unfortunately this does not solve the problem. Leaving a setting like this as a user preference kills all hope of consistency. I wish it were possible to get everyone to change…
  • Wouldn't it be possible to add a custom field for line item number and then customize a form to show it? Then either the user could fill in the field or scripting could be used to fill it in like Olivier suggested. Haven't tried it but it seems doable.
  • We are looking to do the same thing and can't find the fields to include in a search result. Did you figure this out?
  • FYI - this has been filed as enhancement 88081. Another field that can't be accessed through searches or ODBC and basically becomes useless. :( I told my HR people about this and the question is immediately, "Then why would I put that in NetSuite?" I totally agree.
  • That's an interesting idea of being able to access user preferences via SuiteScript. There are several settings that I wish could be set globally. I've even submitted enhancement requests for a couple. This may be a viable workaround. Where/how could the script be deployed to verify and change user preferences?
  • Be sure to check for inactive employees as well. That can throw things off.