-
Get custom data using save search - Need Assistance
Hello Team, When I log searchResult[index], the data is returned correctly. However, when I try to access searchResult[index].values or searchResult[index].values['GROUP(salesrep)'], the result is blank (I am using savedSearch) Here is the code I’m using: /** * @NApiVersion 2.x * @NScriptType UserEventScript *…
-
Cannot receive 2FA verification code in Work Email
Dear Gurus, My administrator role can't get the 2 FA code with my company email domain but Gmail has received same company account. How is possible? With Best Regards, Honey
-
How to print the appropriate logo based on condition using Advanced Templates?
Hi, In our existing quote Advanced PDF/HTML Template there is logic that allows 1 of 2 logos to appear on our quote PDFs. In the attached file is the source code and i believe the logic starts at line 20-25 (i noted it as well). You can see if the cseg_appf_business.id = 2, then use the logo image specified at the url…
-
Error setting receiptInventoryNumbers using SuiteTalk
Hello, I'm having difficulty adding receiptInventoryItems (lot numbers) on a Record using the Suitetalk API in C#. The error that I consistently receive is: "You do not have permissions to set a value for element inventoryassignment.receiptinventorynumber due to one of the following reasons: 1) The field is read-only; 2)…
-
Change Ship Method with code in Reference Cart 2.02
Hi there, I am using Reference Checkout 2.02. We have it all deployed except the cart, which I am working on now. In the reference cart, I would like to be able to change (with code) the shipmethod being used. This will allow the system to choose the right shipping method if the customer selects canada in the shipping…
-
Create a note via script...
I am trying to create a new NOTE on an existing CUSTOMER via a suitlet, I am geting the Customer INTERNAL ID returned, and I can see my Log Line in the Script record, so I know the code is executing. No Error logged however. However I am not seeing a note created for the customer. What is wrong with this code? What am I…
-
Canadian Tax Code
I have created a Tax Code for one of the Canadian Provinces. When I go to create a tax schedule (or modify another one), the tax code does not show in the dropdown list under Sales tax code or Purchasing tax code (on the non US tab). Any ideas as to why this would be?
-
Auto Generate Promotion Code
Hi, Just asked Netsuite and it's not possible, but is it possible to do this via script? I know I still lack the skills of scripting but I want to try. what I want is a Code that is generated automatically per person, and when the customer uses it is automatically inactive or expired../. Any suggestions?
-
Code Swap Shop
Some of you out there are probably like me - get an idea, hack it together using the Netsuite help center and this user group forum, then later when it works patch/decouple your code into handy libraries. If you've ever begun coding and then thought 'I'm sure I've written this before...' then sticking the code into a…
-
How to either show the custom record or a confirmation page
Hi, Please see below online external Form:- https://forms.netsuite.com/app/site/crm/externalcustrecordpage.nl?compid=731612&formid=19&h=4675da5eab4888fb7d15 This is for stores to request special order items from head office. This all works well and is exactly what I was after HOWEVER at the mo, I have a basic html page…