My Stuff
Comments
-
We are also having issues connecting via ODBC. It seems everytime we 'need' to use this connectivity it doesn't work. At this point we are afraid to build any business processes around the ODBC connection since it is so unreliable.
-
This continues to cause our company issues as well. Our biggest concern is via Permissions, only Admins can modify the Autonumber sequence. In reality, anybody in the company can do so (oftentimes with very, very bad results) by accidentally adding a number to the end of the entityid field. Our quote numbers increased to…
-
Thanks for the reply. I'm using a standard CSV file. I am confident that all columns are correct with proper quote delimitting of fields that contain commas. I can confirm this by looking at the file returned by NS since all columns (including the one with the error message) are properly placed. Also, I have tried with a…
-
We have had difficulties controlling when and what emails are delivered to customers. We are using the Web Site Templates for emails. This provided a little more control. One thing I've noticed is that there is the potential of sending a customer an email at the Sales Order stage and at the Inoice stage. When this is done,…
-
We ended up with a not-so-good work-around. We utilized the Partner functionality and made the groups that needed to be restricted to a specific country partners. We then used a workflow to automatically add the appropriate partner to the Customer record when created/edited based on the country info on the customer record.…
-
Great question and something I should have mentioned. We have a European Subsidiary setup that contains customers & transactions located throughout Europe. We just want this new sales team to have access to a single country within that subsidiary.
-
I posted this in another thread ... A bigger issue with this new 'security' is that we have users that are being forced to answer the question(s) due to getting a new computer, logging in from a different computer, lost password, etc. but the system doesn't accept their answer. As an admin I have no way to override the…
-
Hi, I've been told that the new Scriptable Check Out (SCO) can do this type of thing. I've not yet done it, but am also very intersted in anything that can improve the self-service capabilities of the system. I'll be watching this thread ;) Thanks, Brian
-
Thanks for the helpful suggestions. I make some updates and see how it goes.
-
I made the updates and things work just like I need now. Thanks again for the help.
-
Has anyone located the video of the Evan's intro (the one featuring Evan as a puppet)? The posted keynotes don't have the intro video and that was the best part of his keynote. ;) -- Brian
-
This is a great way to lose momentum. I was required to brief and share the information gained during the conference. Being able to provide the specific slides as review/backup would have really helped, especially since most session I attended the speaker made a point to inform that all slides would be published, so 'pay…
-
Hi, I'm not sure I understand the question. NetSuite One World is an outstanding solution if you need to manage multiple subsidiary org structures. The consolidated reporting is straightforward and provides great breakdowns of each sub structure. When we migrated it was pretty straight forward. If you have any scripts that…
-
We solved the problem with a user event script. It was pretty straight forward and looks like this (of course some of your id's may be different): switch (subsidiary) { case '1': // Parent currentRecord.setFieldValue('customform','105'); // Main Invoice break; case '4': // EMEA…
-
Hi, I've been trying to get something like this to work for quite some time with limited success. I posted a message a few weeks back trying to determine if there was a clear indication stored in the incoming emails that would allow for easy identification of what transaction an incoming email was attached. At that point I…