My Stuff
Please note that on Friday, September 19, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Comments
-
We decided to turn off the script for the vendor center for now. Without it, it lacks a bit of functionality of what we wanted, but avoids the user from running into an error.
-
Unfortunately, this does not work for us. We use the vendor center just so that the vendor can go in and input their timesheets. Regarding the enhancement, the issue is not related to being able to do something or not, it is that a script that is deployed to work on the role is not actually running.
-
Okay awesome! I learned something new today which helps a LOT. Thanks again Jack!!
-
Picture for reference :P
-
Ahh ok found it! Is there a way to make this fall under the header? Ideally, we would like to have the vendor name show under the Paid To section. Currently, the Pay To (Bill To) section displays the address. Would it make more sense to add the name under the Addressee on the address instead?
-
I also checked in my permissions and Custom HTML Layouts is set to Full under the Setup tab, not sure if that is the one?
-
I was able to take a screenshot before the permission kicks in, the fields in the blue boxes disappear for me after a second:
-
Hi Jack, Thanks for the response! I was going through your instructions and noticed that when I load the custom transaction form page, the Printing Fields appears for a second and disappears. I am assuming this is due to permissions haha. I am a Netsuite administrator, but we had to create a special role for me to have…
-
Ahhh excellent! That did it! Thank you so much for your help and patience Michelle! :D
-
Hi Michelle, Apologies on the late response, I'm not sure what you mean by this part: "...for us to have complete access to the ticket records and saved searches, we need to make sure that the permission is provided in the role. Please let me know if you were able to add the search in the reminders portlet after…
-
Hi Patrick, Sorry on the delay! I was able to test this now and can honestly say you guys are awesome! I followed all your steps and indeed it worked exactly as you described. I deleted the charge and regenerated them, it created 1 new charge for the one I deleted and I can now see the buttons in the SO. Thanks a million!!
-
Hi Michelle, There are no restrictions on the role or the employee. Regarding the cache and history, I have ran this with two different employees, which includes a test employee of mine that I run in Incognito mode. Please see the following role comparison: The two searches I'm having issues with are for a "Ticket" custom…
-
Hi Patrick, The project is set to charge-based for the billing type, same as your screenshot. Charges have also been created already for this project. I wanted to note: We have 2 SO's for this project, as the customer sent two PO's for this project, so we had to split it. The first SO has two "Service for Sale" items, one…
-
Hi Patrick, I was doing some digging around, looking at other sales orders, and it looks like the behaviour is repeated on sales orders that only have [Milestone] items in them. These [Milestone] items are classified as Service For Sale items: How should these be dealt with?
-
Hi Michelle, Thanks for your explanation. To follow up on this: 1) This search does not have any results grouped. See below: 2) This search is already being used as a reminder on other roles: My issue is with these two saved searches/reminders circled above. They are both public searches, reminders available, no grouped…
-
Hi Ely, Thank you for your response! Could you please shed some more light on this "Billable Estimate" field? I looked at the SuiteAnswers article as well, but I'm not quite sure where to find this on the sales order. Regarding the next part of your response, we do have time entered for this SO and charges have already…
-
Hi Patrick, I just wanted to ask a quick question again related to this issue. We did delete the JE but it looks like it keeps regenerating itself. My accountant mentioned that he has deleted the JE a few times but the system keeps automatically creating the JE again. Any ideas?
-
Hi Patrick, Thanks for your response. I will have a look at the enhancements. Enhancements usually take a really long time for something to happen, I've voted on enhancements that were created 9 years ago and it still isn't considered. In the meantime, what can I do about this JE? It doesn't have a GL impact, should it be…
-
Hey Patrick :) My accountant put in a ticket because he was getting the issue while trying to approve the JE, so I will say yes. From my experience, if I go to edit the JE, I can no longer save, even if I make no changes. It prompts the error message.
-
Hi Patrick, The JE was created automatically by the system, so unfortunately don't have much information for that, it just shows -System- in the system notes. Attached is picture of the JE.
-
Ok sounds good, thank you!
-
Hi Joahnna, Thanks for the help! That definitely helps us to get these printed properly. I was wondering, is it possible to make this space dynamic based on cell content?
-
Hi Joahnna, Please find the code for the template attached to this response :)
-
Hi Joahnna, We use an Advanced PDF/HTML template for it, please give me a few minutes to get that code for you attached to this question. Thanks!
-
Hi Erick, I am still struggling with this one. I'm trying to implement your tip regarding adding extra parameters to the conditional statement but I think I fail to understand how that will help it not trigger when its not the row selected by the user manually. I realize the part of the goal saying: prevents users from…
-
Hey Erick, Thanks for the suggestion! Lower down in the code, I have the following code: if (timeOffTasks.includes(TaskID) && (runtime.getCurrentUser().roleId != "administrator")) I understand the idea of improving the conditional statement, but I'm stumped as to how I can check for something that current Netsuite…
-
Hi Erick, Apologies on the delay. Please find the script attached to this response. 1) fieldChanged When using fieldChanged, the alert triggers when the row below the vacation entry is removed, and there are no more rows below. Steps to replicate: Have a time entry that is marked as a timeOffTask, as the array in the code.…
-
Hi Erick, I tested both of your suggestions. For sublistChanged, it doesn't trigger at all, so I don't get the alert and the user can edit the line. Using fieldChanged, I get the same response as previously. If I remove the line after the one that shouldn't be edited, it triggers the condition. Regarding as to why we use…
-
Hi Erick :) Sorry, I'm still working on this issue, can you give me a couple more days? :P
-
Hi Erick, Apologies on the delay to respond here. I guess you're right, there isn't a need for the commitLine. I've commented it out but same outcome. Below is a picture of the whole code, there's not much more to it really.