My Stuff
Comments
-
Depending on the kind of script there are different ways to have it executed. If it is a client script it will trigger the function depending on the action perform on the Record that you deployed it. I.e. if you deployed your client script on Opportunities and your action is on Page Init, the script will execute the…
-
Sometimes it is effectively best to importe with the ID number. NetSuite will translate that ID to the correct text and the display in your UI will not be a number but the correct information. I would suggest you try a few of these failed records with the ID instead of the text in the import.
-
This code will not make any difference using Basic or Advanced Project. Did you try to run only these three lines in the debugger? Without any other code and see what happens. Also, try to create a job manually in the User Interface. I'm curious to see if it fails there too or not. If It still fails, I suggest you contact…
-
Call them and ask them to tell you what is the error in the backend as the Unexpected Error message is not meaningful enough for you to find the problem.
-
I don't think that it's the code creating and submitting the error that is throwing the error. I ran your code below and got no error and the record was created successfully. var rec = nlapiCreateRecord('job'); rec.setFieldValue('companyname','Test Job'); nlapiSubmitRecord(rec,true,true);
-
Hi, Can you confirm that the shipping address is complete and accurate? Since version 2010.1, the shippin integration is very picky. I have had cases of unexpected error with integrated shipping where the shipping addresses had no Country defined.
-
Hello, this is most probably due to the fact that your account is going to be updated to 2010.1 very soon and there is a beta version that has copied the settings of your original account. Beta versions will not send emails to the recipient specified in the saved search but rather to the saved search owner which in this…
-
If you go to: https://system.beta.netsuite.com and use your credentials to log in, you should be able to modify the search to not send any email.
-
Hello Aaron, Use this link to access your release preview account: https://system.na1.beta.netsuite.com/pages/customerlogin.jsp Regards,
-
I know you can tell NetSuite to send transactions by email but that will include Sales Orders, Invoices etc... If I'm not mistaken and you want only the Payment to be sent by email, you might need a script on Customer Payment that does the job for you each time a Payment is saved.
-
I am really not sure if you would be able to add a 3rd payment type on the webstore. Normally the way to enable both Credit Card and Invoicing is to go to Setup - Web Site - Set Up Website, on the Shopping Tab under Checkout Preferences. Sales Order Type: Per Customer Basis Credit Card form: Use the standard Cash Sale Form…
-
Yes you can add this for new customers also. The way it is displayed in the webstore is you will have 2 radio buttons and one will be credit card and the other one will be Invoice. The client will choose.
-
Hi, Do you want to do this on a WebStore? If yes, you can achieve this if you let them choose Invoicing as Payment Type.
-
I have not see any settings in NetSuite that can do that. Maybe you can restrict the ability to create Saved Searches to a limited number of people and then train those users to use the coorporate email address only. Have a good day,
-
I would go with scripting also. However instead of using webservices, I would see if it is possible to import your record in a temporary custom record and then run a User Even or Scheduled Script from there. Regards,
-
My Pleasure. Don't be shy if you need anything else. Best Regards,
-
Basically all requests are routed to the NetSuite Admin, let it be Via Email, Telephone or In person meeting. The NetSuite Admin determines if it's lack of Training, New Feature, etc. and Determines the Time Frame to implement the new feature. The NetSuite Admin presents the project / Enhancement to whoever needs to be…
-
Hello Sara, effectively, the more specific you are about your search the less chances you have that it times out. Therefore the more criteria will make your search more specific. Regards,
-
One workaround would be to install an extension for chrome called Click & Clean which will prompt you to clean your browsing data on exit. It will not do it automatically though. You still have to click on the Clean button but at least I can be done without having to go into the options all the time.
-
Hello Cécile, NetSuite provides some statistics when you send out a Marketing Campaign. On your Marketing Template, under the Marketing Tab, make sure the box "Track Outgoing Email" is checked. Then once you send the mass emails, you can go back on the Marketing Campaign to view the Statistics (Bouced rate, Number or read,…
-
I just made another post about this. It's Affecting all reports and we are not able to use our financial reports. Very problematic.
-
click on the "Thread Tools" button/link at the top of the thread, and then click on "unsubscribe". I agree, this thread is a waste of time, space, and effort. I never expected to have to mount a major campaign to get a resolution to such a simple request. The good news is that you don't have to listen to music while you…
-
Hello, That's an interesting workaround you're thinking of ;) For sure with a Client Script you would be able to set locations on all your transactions (AU/NZ). Then you would effectively be able to run Repots / saved searchs based on Locations. The P&L already has default filters for that and we use that for our 2…
-
If you want to share a Calendar with a group of employees you have to go in Lists -> Relationships -> Groups. There create a group and add the employees that you want to share a single calendar. You also need to give a Calendar name in the Calendar Preferences tab in that same page. Once you have done that, go on the…
-
In Order to enable Calendar Sharing click on the Activities Tab then you will see Calendar Preferences on the upper right corner. In this screen you will be able to allow sharing and define the users you want to share with. Regards,
-
Great! I will attend and maybe understand better why we have a Defect about Slow Performance in the UI for Transactions taking 30 seconds to load/edit. Regards,
-
Hi Keith, Are you looking at this suiteApp because there's a feature there that you need that is not part of the NetSuite Dunning Letters module?
-
Well I know that NetSuite offers the option to Print Label on the Item Record itself. It generates a PDF which is fine with me. However, I want more funky stuffs like the ability to generate 2D Barcodes etc. I do not want to install another software on my computer and run something in Parallel.
-
Good Morning Mark, I am not 100% sure I understand all your steps and complexity but I do not see why this would not be feasible with a Client Script. Or course you will have multiple conditions and lookup to do but it should work. Regards,