My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
Campaign Subscription Management is one of the areas which has been enhanced in the 2007 release of NetSuite. For example you will be able to easily trigger a re-subscribe email from the customer record. Mike
-
I have seen an issue in the past where double-clicking certain buttons in NetSuite has caused duplicate transactions to be created. You may want to check that your warehouse person is single-clicking the button. Plus check that under Setup > Accounting > General that you have switched on Duplicate Number warnings.
-
Yes it is possible to make Server Side API calls from Client Side code. Here is an example of some code I am working on. You then just upload and attach it to the Validate Line function in the normal way. function fnValidateLine(type,name) { var vItem = nlapiGetCurrentLineItemValue('item','item'); alert('Item Code = ' +…
-
Do you have 'Send Order Fulfilled Confirmation Emails' switched on? Setup > Accounting > Setup Accounting > Order/Shipping Tab