My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
We had the need to have our shipping phone numbers on the packing slip as well. Solution: Create a custom transaction body field field and name it ship_phone. Source it from entity/shipping phone. Then add this custom field to your print field on the custom transaction form you are using (custom packing slip). You can do…
-
Gladstone, I have created a script subscribe.js of type user event. I have added it as a "After Submit Function" --- subscribe. I have deployed the script and applied it to Contact , event type Create. When creating a new contact I receive the following error: ReferenceError: "record" is not defined. (subscribe#4) Have you…
-
I have found the following: nlapiGetNewRecord() Available in beforeSubmit and afterSubmit User Event scripts only. Note that you are not allowed to submit the current or previous record returned by nlapiGetNewRecord(). Also note that only fields that are changed (submitted) will be available via nlapiGetNewRecord(). This…
-
Great response. Thank you for clarifying and especially for catching the "subsciibe d" Greatly appreciated
-
Solution: I have created a suitebundle available to the public that will automatically subscribe all new contacts created from Outlook to NetSuite. Setup-Cusomization-Suitebundler-Install-List New Navigate to the SuiteSource Repository. BundleID 1581 (Outlook Subscribe New Contact) I have included documentation on setup.…
-
I have run the code in the script debugger with the following results: After creating a new contact. 1 function subscribe(){ 2 // unchecks the unsubscribe field so that we can email them 3 // works only for new contacts 4 record = nlapiGetNewRecord(); 5 6 record.setFieldValue('unsubscribe', "F"); 7 var lines =…
-
Gladstone, Thanks for the response. When I look at the Field Internal ID for Contact or Customer, I do not see a field for "subscrns". I do see a select field for "unsubscribe", but this could be for the N.S. default add new contact form. Could you detail your solution. Thanks again.
-
Your efforts are appreciated. When I add the new line of code to the subscribe.js file I have created. function subscribe(){ // unchecks the unsubscribe field so that we can email them // works only for new contacts var record = nlapiGetNewRecord(); record.setFieldValue('unsubscribe', "F"); var lines =…
-
Swinborne, Thanks for the response. I have tried the following: Sucessfully deleted the matrix item (and children). Removed all values in the item list that I want to delete. Tried to delete the list: Error: "This custom list cannot be deleted because it is referred to by custom fields" Understandable, so I try to delete…
-
Thanks for the response e, I am not clear as to what you mean by PM. I am trying to remove a list and associated item field that was created when I used the Matrix Item assistant and created a new list. I am not sure how a new list and associated new item field could be related to any other item field. How can a…
-
Looks like there are more than one list Netsuite is being blacklisted on: Client host [167.216.129.171] blocked using 86.blacklist.zap
-
We are experiencing the same error and this is a mission critical problem for Netsuite. We cannot send email quotes to our solid customers using Netsuite. Where is Netsuite's response to this potentially crushing problem ?
-
I would like to thank Angela for voicing the difficulties in FedEx integration. This limitation has massive ramifications: We are about to open warehouses in Dubai, Europe, Africa, and Asia integrating fulfillments through SuiteTalk and EDI. We chose Kuehne + Nagel as our 3PL because they are right next door to FedEx in…
-
We were down as well. Tens of thousands of dollars lost. Not good. Is there a best practice to using the "work Offline" feature enabling our accountants for example to enter data and then upload/synch with Netsuite Net Ledger when Netsuite is down. Please advise Thanks in advance