My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Comments
-
I don't know if this would be the solution, but an idea could be to try: paymentRecord.setLineItemValue('apply', 'applamount', lineNum, ''); For all amounts = 0/blank, try using <''> instead of <null>.
-
Turns out I don't need a script for this. The help in NS did not turn up this very simple answer. To have restock automatically check-marked, in the admin role go to: Set-Up -> Accounting -> Accounting Preferences -> Order Management -> Returns -> "Restock Returned Items" = TRUE.
-
I think it might be easier to explain what I want to happen: 1. I create a Time Bill record, and if the "item" is a particular item, when I hit save it directs me to a new Inv. Adj. record. 2. The URL contains a few parameters to assist in populating field data. 3. I pull those parameters and fill in the fields, including:…
-
I was able to resolve everything including the commit issue after finding your post. Everything revolved around timing of the script. I have included the successful script below. My next agenda is to, instead of putting in a static item, to pull the items from the Sales Order and dynamically populate them when the new…
-
I am having similar problems with add new line item with values. I have resorted to adding a button in the Transaction edit mode to add the line item, but it also is not working. I am able to select the line, but that is as far as it gets. Here is what I have. (All client side, alerts added for troubleshooting) The part…
-
I have submitted case #689591.
-
I found that out, which I am disappointed about. But, I found a workaround and an error in my code: form.setScript(2123); form.addButton('newissue', 'New Issue', "CreateSO()"); should have been form.setScript(2123); form.addButton('custpagenewissue', 'New Issue', "CreateSO()"); ALSO You can make it work by putting a…
-
I have tried everything I can think of, and cannot get the button to show up in the view mode of a transactions. 1. I added the script called AddButtons 2. I associated this script to Return Merchandise Authorizations and also set to fire off on the User Event "View". 3. The simple script adds one button, calling the form…
-
I found this post to be helpful, but it was not exactly what I wanted, so I am going to add that you can find any internal ID type and ID alpha number by: 1. Open Firefox, load NS, go to a transaction record with status you want an ID for 2. Go into edit mode 3. Go to Tools -> Page Info 4. Click on Forms -> Main Forms 5.…
-
I stumbled across this post, and I was on the path of using the displayed Page Info of for each contactrole, the fields indicated where <fieldname><line#>, i.e. password1, passwordalt1. Once I realized it was considered a sublist, I created a script that runs on button press in edit mode which gives our contacts access to…
-
I am trying to set-up automatic payments to link Journal Entries to open Invoices that will close them out. Transforming the record is great, but how do I then apply the credit against the Invoice?
-
I am looking for this answer also.. "I would like to assess finance charges on individual invoices, not for the whole customer balance. The reason for this is that i have some invoices with a client that I have agreed I won't assess charges on but for other invoices of his I will." Anyone?
-
You have to have at least the Adobe Acrobat Standard, and I tried 6.0, but had issues with odd sized PDFs (i.e. small labels). So, I bought Adobe Standard 9.0 and created my base template in Word, then opened Acrobat and there is a Forms tool underneath the toolbar. Click on the down arrow and start the wizard, pick "an…
-
I was able to create a tab and allow it to direct me to the employee center BUT I have to make a tab for each employee since I cannot pass through their credentials dynamically. Any ideas on how to pull their info? Here is the example URL that the Hosted Tab goes to:…
-
You had written: "... it allows you to select the employee center center in a custom tab" How do you do this? I made a custom tab, but I want that custom tab to automatically take them to the employee center role. Does anyone have any idea how to do this? Am I missing a simple solution?
-
I desire the same things you do....anyone out there able to help?
-
Does anyone know the answer to the question? The email template does not suite our needs, and the link doesn't even work. We just want to take it out.
-
LEARNED - there are "rules" NS applies to both front end and back end updates (data validation). When requested, the NS Helpdesk was unable to produce a list of these rules.
-
It sounds to me like that might be my problem right there (i.e., the null customFieldList). I still have to ask, how do you have NS create a new item in this array via webservices? I'll try the .add() proc but it seems to me that I might run into some trouble with it's implementation (maybe). I would be sooooo stuck…
-
I finally got one to post but it was only in an invoice item whose custom field I had given a test value to prior to running the routine... milestone made, but I still need to get that create function to start working... I'll post my code Monday once I've a chance to clean it up. It is a mess right now!
-
Some sample code would be great! I know what I've been working with, and I understand what you said in your response (thank you very much btw) but although I've been coding for years, I'm new (as in just a few days) to NS. I saw the reference to the parent record in a code snippet I'd found for updating custom calendaring…
-
I'm sorry, but I just can't get a handle on how to access custom fields in line items (specifically in Invoice objects). I used your code and keep getting object reference not set but I have no idea at all what isn't being set. It's possible that the internal ID I have for the invoice item's custom field is incorrect but…
-
Monday morning; same issues: Array.copy() won't allow me to copy an array that has values to a null value array. I've tried (see my code below) to utilize your code as much as possible but the function itself (as mentioned in a prior posting) as an argument of type "ref <object> <variable name>" and when I try to compile,…
-
Marcello? I hope you're around today... Somehow... dunno how but somehow my code stopped working while I was busy building functions elsewhere. No changes to it, it stopped working and I'm baffled! I'm right back to the error reading, Array cannot be null, parameter name "dest" when I try to Array.Copy the array containing…
-
I added a quick if stmt to my code verifying there is an array customFieldList for that item. For the last item in the InvoiceItemList I filled in a random cuscollegacy_sn to hit). Even so, the update doesn't work on that item. I'm still getting the error response code=INVALID_CSTM_FIELD_REF "specified custom field…
-
See below. To let you know, in frustration I started trying peices of code I found on the forum and modifying it to suit me but it's very possible what I have below contains lines that are completely meaningless. I need to ask, if the custom field is visible via the UI in a specific place (i.e., the invoice item field,…
-
Did you ever get a response on this (possibly offline)? I'm stuck with a very similar issue involving read requests and their logging into NS via web services (C#) to gather and/or update salesOrder data... and I'm getting an error that just does not compute! The response status only says it is an unexpected error... I…
-
I had some problems with the printer not working when hooked up locally via USB. Here was the solution: 1. Go to Control Panel -> Printers and Faxes. Hover over the UPS printer, right click, and select SHARING 2. Select "Share this Printer" and name it UPSLABEL 3. Click on OK 4. Go ahead and close the PRINTERS AND FAXES…
-
I have never heard of this CSV assistant. Where do you get it? Also - anyone yet know the answer to importing multi-select fields?
-
I have finally discovered the problem with this issue. The sampe XML code in the guide does not explain this. They have implemented a patterned handle for cases, "crmXXXX". So, if you do a search and export for internal ID in NetSuite, you need to add "crm" in front of the internal ID. When I did a XML query for case, I…