Mi contenido
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.
Comentarios
-
Hi Tafara, Thanks for answering! I looked up those articles and then proceeded to just try again. Something must've changed in the backend because today I can post everything no problem. I did have a case open with Netsuite but was still waiting on them to get back to me.
-
Hello, Thanks for responding, does anyone have any insights? We can't get a bunch of these posted, but have no indication as to what is causing it to fail :S
-
For everyone following this thread, I did manage to submit a ticket when we discovered the issue on our account. I just got a reply to the case: "Unfortunately there was an issue where the Pop up Survey was appearing on each page. Our engineers were immediately notified and started working on solution. We have filed the…
-
I'm not getting them anymore and a few users I reached out to have also mentioned it seems to be gone.
-
The status page has been updated to reflect the issue, happening worldwide
-
Logging a comment to follow for updates. We are also experiencing this.
-
Hi Dominica, Thanks for the reply, that makes sense. Initially we did do the Find & Replace but the user was mentioning that this wasn't the previous behaviour, so this might have been updated recently? Thanks for the info!
-
Hi Dominica, We are exporting an Analytics report.
-
That works! Nice workaround Jack, thank you! Not sure why the Math functions wouldn't work, but this seems to work, I'm ok with that for now haha. Thanks again!
-
Hi Jack, I'm sorry for the delay in responding to your message, March has been a crazy month. To follow up on your question The audience on the script deployment is set to all roles. I have changed the Math.round to Math. trunc and it still gives the same error: Its almost like these Math functions dont want to work…
-
Hi Jack, can confirm that that is already the case:
-
Hello All, I seem to have resolved this issue by updating the iOS version on the iPad to 16.3.1. For reference, previous to the update, this was running 14.1. thanks!
-
Hi Michelle, It doesn't exactly answer my question, but I appreciate the info haha. We already have Offboarding plans created, which we deploy when an employee leaves the company. My questions is more directed at, just like there is an Onboarding Portlet which you can have on your dashboard, is there something for…
-
I feel so dumb haha, I completely missed that. Thank you! That solved it for me :)
-
Hey Leonard, After speaking to my procurement department, they mentioned that once the purchase request is approved, they convert it to a PO by changing the form on the request. Since they have to do that to edit, I added a pageInit function that checks if the vendor is already filled (since its coming from a PO request),…
-
Hi Leonard, I am able to see that log.debug in the execution log after adding it to the code. function fieldChanged(context) { var record = context.currentRecord; // Only run this when the vendor field is changed log.debug('0','0'); if(context.fieldId == 'entity') { //Try/Catch - otherwise it will fail trying to obtain ID…
-
Hi Leonard, Thanks for looking into my question. My deployment is set to all roles and is released. I've made a client script (fieldChanged) that grabs the shipping method (custom field) from the vendor selected in the PO and auto fills it in the Shipping Method field, under the shipping tab in the PO. My admin role allows…
-
I was able to resolve my issue after talking to a colleague. I was making a custom field using "Shipping Method" as my list. We changed this to "Item" and then I was able to add the Filter using fields to narrow it down to Type: Shipping Cost Item and Subsidiary: Compare to field - Subsidiary. For some reason, when I was…
-
Hi Mikko, Sorry about the late response, since I marked a previous answer as the answer to this, it no longer sends email notifications. I did try clearing my cache but it didn't resolve the issue. I will submit a ticket.
-
Hi Mikko, I have now tried the following: I re-edited the script to add a log.debug line, that is all there is under the pageInit entry point. I changed the deployment to Testing, the log.debug did not print. I deleted the deployment and re-deployed under testing, the log.debug did not print. I completed all of these steps…
-
Hi Mikko, I'm actually still running into issues with this and I think I'm starting to narrow it down. Whenever I upload the script from scratch, brand new script, the deployment works and it does what is in the script. If I then edit the script and add an extra log.debug line, the script still works as originally…
-
Hi Mikko, Initially I had my script context to run on Create, because I only wanted this script to run on new item receipts (when you're in the PO and you press Receive). My goal is to create a notice on the new item receipt on creation if a certain checkbox is marked on the PO (acting like a flag). I removed the context…
-
Hi Mikko, That could be a way to do it. I would prefer to disable the line if possible, is that something that can be done?
-
Hi, Apologies on the huge delay on this. I tested adding this to my code and added if (context.sublistId == 'timeitem' && context.fieldId == 'casetaskevent') This does fix the issue regarding that the script no longer triggers when the line below gets deleted, but the issue now is that since it only triggers on a specific…
-
To reply to your suggestion, we didn't have the fixed rule for that charge anymore, so weren't sure where else to look at first!
-
Hi Patrick :) Thanks for the update! Just as I was reading this, we figured out what the problem was. We had a forecast charge that was not showing under dependent records, but we found it in the Charges page (page:Charges in the search bar). We regenerated the forecast and that updated the charge side of things, which…
-
Sorry to leave this hanging User_ASBMN haha. After creating a ticket and having Netsuite Support reach out to us, they classified it as a defect and set it as U5 urgency level. Later on that same day, they escalated the issue to U3, with "50% of U3 issues were resolved within 4 days, and 80% within 10 days." The latest…
-
Hi Patrick, Yes, before you were able to select where in the task list you wanted to place your task by selecting the task that should go before it. Currently it only shows the one below, so for example, you can't move a task from the bottom. Please create a case for this as a defect for Netsuite to look into it as soon as…
-
Thank you so so much Ivy! That was exactly what I needed!!!
-
Hi Micah, Apologies on the delay in response, I've been a bit out of commission for a little while haha. Let me forward this to my manager for him to have a look, I currently have a modified admin role that does not have all permissions due to confidentiality.