My Stuff
Comments
-
Hello @User_RLXCM, Good day. Have you tried using TO_DATE() function to parse the date field?
-
Hello @rgonz-mhi, Good day. Upon checking, Invoice Group is indeed not supported for record.attach. As a workaround, you can add a custom document field to the Invoice Group Record and set its value to the file ID you want to attach. You may do that by following these steps: Go to Customization > Lists, Records, & Fields >…
-
Hello @Vernita, Good day. Locking the record via Workflow can be done by doing the following steps: Navigate to Customizations > Workflow > Workflows > New Input the following: Record Type: Project Task Workflow Name Events: On Create On View or Update Double-click State 1 Click on New Action Button Choose Lock Record…
-
Hello @User_Q1DPO, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support. Your participation and willingness to assist a fellow member are sincerely appreciated.
-
Hello @Rizkygaus, Good day. This might be due to this line: xml = xml.replace(/&/g, '&').replace(/</g, '<').replace(/>/g, '>').replace(/"/g, '"').replace(/'/g, ''');var renderedPdf = response.renderPdf({ xmlString: xml }); I input your script into Visual Studio Code and it immediately highlighted the line because you used…
-
Hello @User_REUC1, Good day! Following up on this in case you missed the previous comment from James. Let us know if you still need further assistance. Thanks!
-
Hello @Rizkygaus, Good day. Having the script in front of us would really help us troubleshoot more effectively. Could you please share a copy of version 2.1? Thank you.
-
Hello @kees.netsuiteadmin, This is expected, the createdpo field is not available in the Work Order record as of version 2025.1. However, I can there is an "itemsource" field available. Can you please check if this returns the internal id of the PO?
-
Hello @Sharna Kinsey, Yes, you will be using the internal ID instead. I found this post on StackOverflow providing the list of internal IDs for each country. https://stackoverflow.com/questions/43680785/setting-country-in-suitescript Please note that this is not Official NetSuite Documentation. I hope this helps! If you…
-
Hello @kees.netsuiteadmin, I wanted to check in to make sure you didn't miss my previous message. If you require any more help, please don't hesitate to reach out. If not, please let us know by clicking the “Yes” button for “Did this answer the question?” below, you’ll be able to help the community members who might have a…
-
Hello @Narayan Sharma, Good day. Following up on this in case you missed my previous comment. Let me know if you still need further assistance. Thank you
-
Hello @Stephanie Lange, Good day. I think it would be best to have someone from NetSuite Support to have a look into this issue as they are might have the tools to get to the root cause of this issue. You may file a case via SuiteAnswers.
-
Happy to help!
-
Hello @Stephanie Lange, Good day. Was there any recent change in your account that could have affected the integration? i.e. version upgrade to 2025.1, bundle updates.
-
Hello @Sharna Kinsey, Good day! Upon checking, the value for US is 230. But to ensure that you are using the right internal ID, you can perform the same validation in your browser. These are the steps: Press F12 Go to 'Console' type nlapiGetFieldValue('<your custom field ID>') Press Enter I hope this helps! If you find…
-
Happy to help!
-
Hello @Narayan Sharma, Upon testing, this is currently not possible. The REST API would return a "success" result but the change is not reflected in NetSuite if the taxdetailsoverride checkbox is set to false. I hope this helps.
-
Hello @questbahlin, Good day! I wanted to check in to make sure you didn't miss my previous message. If you require any more help, please don't hesitate to reach out. If not, please let us know by clicking the “Yes” button for “Did this answer the question?” below, you’ll be able to help the community members who might…
-
Hello @User_E1OL6, Good day! Following up on this in case you missed my previous comment. Thank you.
-
Hello @kees.netsuiteadmin, Good day. You can use the 'createdpo' field to get the value of the internalid. see sample below: soRecord.getSublistValue({ sublistId: 'item', fieldId: 'createdpo', line: 0 }) I hope this helps!
-
Hello @questbahlin, It could be caused by differing roles and permissions. Can you double check if the role you're using for ODBC has permission for Wave records? I hope this helps! If you find this reply to your question useful, others might as well. By clicking the “Yes” button for “Did this answer the question?” below,…
-
Hello @Stephanie Lange, Good day! Were you able to check Tigran's comment? If you still need assistance, please let us know. Thanks!
-
Hello @User_S3GJE, Good day. Do you still encounter the same error after attempting the possible solution provided in the previous comment?
-
Hello @questbahlin, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hello @User_E1OL6, Good day. It would be better to use PATCH operation than PUT since you will only be doing partial updates to existing records. To update item lines, you can use the following payload sample as reference:
-
Hello @User_S3GJE, Good day. To resolve this error, you must also have permission for: REST Web Services SOAP Web Services - if you're also using SOAP. I hope this helps! If you find this reply to your question useful, others might as well. By clicking the “Yes” button for “Did this answer the question?” below, you’ll be…
-
Hello @Member8, Good day. Following up on this in case you missed my previous comment. Thank you
-
Hola @Maria Paula, Estamos encantados de tenerle con nosotros hoy. Gracias por crear este hilo. Por favor, permita que nuestros gurús revisen su preocupación y realicen su investigación inicial. Nos pondremos en contacto de nuevo si tenemos novedades al respecto. Para nuestros otros miembros, siéntanse libres de compartir…
-
Hello @esabis, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support. Your participation and willingness to assist a fellow member are sincerely appreciated.
-
Hello @Member8, Good day! Could you please provide the screenshots and a sample request payload so that I can test this in our environment? I also checked but so far, we have not received any reports of similar cases.