My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comments
-
Hello, everyone! We ask you to help our member @User_IN8PO with your valuable knowledge and support. Your input is highly valued. Thank you for your assistance! In the meantime, in case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is…
-
Hi, Upon checking the Records Catalog (Navigate to Setup>Records Catalog), I have found the Transaction Audit Trail. To be able to pull the table Transaction Audit Trail, you must add the "Audit Trail" in the Permissions>Transactions subtab in your custom role. Table: transactionHistory With this, you need to modify your…
-
Hi, You mean that the error occurs when both scripts are deployed? Could you please consider adding the "Custom Transaction Forms" and "Custom Body Fields" or if it possible to add different customization in the setup subtab in your user role. Thank you!
-
Hi, I've made an effort to review all our available resources, as the issue you've come across pertains to the concept of "undefined" in JavaScript. In JavaScript, when we refer to something as "undefined," we mean that it's supposed to be an object that should point to a specific value, but instead, it doesn't point to…
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Hi, Let us know if you need help in creating a Support case to investigate this concern further. Thank you!
-
Hello, everyone! We ask you to help our member @User_97BZ8 with your valuable knowledge and support. Your input is highly valued. Thank you for your assistance! In the meantime, in case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is…
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Hola. Gracias por la información adicional. Desafortunadamente, no es posible crear un módulo de informe utilizando SuiteScript. 238040 SuiteScript > Ability to customize reports created from script like standard NetSuite report 166615 SuiteScript>Create an API to access financial report layout/financial data Gracias por…
-
Hi, Thank you for reaching out to us. Please feel free to reach out if you require any assistance, as you've initiated a support case with us. Additionally, may I inquire about the status of your support case? Are our colleagues currently investigating your concern to delve deeper into the matter?
-
Hi, Can you provide the logs vis screenshot before the if statement and if the "whence" is not rtnauth? This is for us to check it further. Thank you!
-
Thank you for sharing your thoughts, @Pedro Alegria-Oracle and @User_2LD8N. @Vernita let us know if these answers meet you concern. Thank you!
-
Hi, I've attempted to modify the sales order status from "Partially Fulfilled" to "Pending Billing," within my account but encountered the same error as you did. After investigating various sources, I came across a related Enhancement Request that includes instances where scripting was employed to update the status. 166425…
-
Hi @Vernita , I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Hi, I have tried the following Scripts to execute when Customer Center portal is used. Client Script - the user logged in the Execution log. User Event Script - the user logged in the Execution log. Suitelet - the user logged in the Execution log. As the SuiteAnswers Article mentioned, Trigger a Map/Reduce Script Using a…
-
Hi, Have you generated two script records that has the same script file, right (based on the provided screenshots)? If that's the case, could you attempt deploying the employee form record to the script record that has executed successfully? Please inform us if this is feasible, as you've duplicated it to another form.…
-
Hi, Could you please try this instead, const newPO = context.newRecord; salesOrderId = newPO.getValue({ fieldId: 'createdfrom' }); salesOrderRecord = record.load({ type: record.Type.SALES_ORDER, id: salesOrderId }); lineItemCount = salesOrderRecord.getLineCount("item"); log.debug('Count',lineItemCount) We need to check…
-
Hi, I understand the situation you're facing. The function "getSubscriptLineWithValue" isn't compatible with SuiteScript, which is why you're encountering the "Not Found" error. If you'd like to filter the line items using SuiteScript, I recommend using the N/search Module and then proceed with creating the Deposit record.…
-
Hi, Could you please try this, if will get the proper ID of the createdfrom and the Sales Order salesOrderId = newPO.getValue({ fieldId: 'createdfrom' }), log.debug('ID',salesOrderId) salesOrderRecord = record.load({ type: record.Type.SALES_ORDER, id: salesOrderId }) log.debug('SALES RECORD',salesOrderRecord ) Thank you!
-
Hi, Upon reviewing the Deposit record in SuiteScript Records Browser, I couldn't locate the Transaction_TRANDATE field in the list. It appears that this field is not accessible for use in SuiteScript. It's important to note that the fields listed in the Records Browser are the only ones available for use in SuiteScript.…
-
Hello, everyone! We ask you to help our member @MightyMoke with your valuable knowledge and support. Your input is highly valued. Thank you for your assistance! In the meantime, in case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is…
-
Hi, Could you please add a log.debug after saving the salesorder in the script? This is intended to verify whether the salesorder is being properly recorded. If log.debug is still failing to generate logs within the Script record, would you be able to provide a screenshot of the Deployment record, please? Thank you
-
Hi, Would like to confirm if the script function are the following? First Script - calculate some value Second Script - fill in the custom field by this value. Is that correct? If it is, does the error occur when both scripts are deployed, or does it happen if only one of them is deployed? Could you kindly deploy the…
-
Hi, We want to express our gratitude for providing us with the details, and we truly understand your concerns and emotions in this matter. After a thorough review of your support case, we have taken the necessary steps to officially categorize it as a defect. This means that our team will now focus on addressing and…
-
Hi, Thank you for the information. Please let us know if you need additional assistance.
-
Hi, Here's the sample on how top set to mandatory in Text Area. Output Hope this clarifies your concern. Feel free to reply on this thread if you have further concern. Thank you!
-
Hello, everyone! We ask you to help our member @User_HHNEL with your valuable knowledge and support. Your input is highly valued. Thank you for your assistance! In the meantime, in case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is…
-
Hello, everyone! We ask you to help our member @PeteLawson with your valuable knowledge and support. Your input is highly valued. Thank you for your assistance! In the meantime, in case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is…