My Stuff
Comments
-
Greetings @User_REJ14, Can you try running the SuiteScript code below on the Browser Console (Press F12) while using the Custom Form on Edit mode of the Assembly Item record if it will reveal the Auto-Calculate field for Preferred Stock Level? nlapiGetField('autopreferredstocklevel').setDisplayType('normal') See the sample…
-
Hi @Vernita, Upon testing, you can now readily access and set the Credit Hold field on the Customer Record using Server Triggers. See the screenshots below: The SuiteAnswers article you linked might be applicable only to old versions of NetSuite when the Credit Hold field was not yet directly exposed to Workflows. Hope…
-
Hi @Kedalene, Have we provided the answer you are looking for? If so, we would greatly appreciate you giving us an update and clicking the "Yes" button for “Did this answer the question?” on the response post which will also help us and the other community members track replies that are meaningful and you will also get…
-
Greetings @Ivan Babiichuk, The most likely reason the search is returning no results in your script is that it has executed under the - System - user as per your Script Execution Logs indicated in your screenshot shown below: The User : Role criterion in your search depends on which user is currently logged in when the…
-
Thanks as well for the update @Peter Ries - Oracle NetSuite-Oracle. May we know which Custom Role are you using when sending the REST API request and the Center Type it is based on? It would be also helpful if you can post screenshots of the permissions set for the role. -Jack
-
Greetings @User_V5KBL, Thank you for posting a new inquiry here in NetSuite Support Community. Tagging our gurus @Elychelle Gulen-Oracle and @Dominica Sevilla-Oracle who might be able to help you out on this one. To other members who have any ideas, feel free to share them here. -Jack
-
Greetings @Vernita , Thank you for posting a new inquiry here in NetSuite Support Community. We will look into this and will get back to you with an update. To other members who have any ideas, feel free to share them here. -Jack
-
Greetings @Peter Ries - Oracle NetSuite-Oracle, Testing on my end with a similar request body as yours, I encountered no errors, and the Item Receipt was created successfully. Here is the request body I used: { "customForm": { "id": "470" }, "entity": { "id": "107224" }, "tranDate": "2023-03-13", "item": { "items": [ {…
-
Hi @MatejAdamec, Follow the steps below to file a support case: 1. Go to SuiteAnswers (Support > Go to SuiteAnswers) on the account you are filing a case for. 2. Click the Contact Support button at the upper-right part of the page. 3. Click Create Support Case under the Online Support section at the right side pane on the…
-
Thank you for clarifying your requirement @User_M4JOC. Given the specifics, it seems the Required Deposit Workflow feature suggested by Brian should be able to address your requirement. You can read more about the feature in the following SuiteAnswers Article: 50068: Adding Items on a Sales Transaction > Required Deposit…
-
Hi @User_DATN1, I have split your additional concerns into this separate thread as mentioned in the previous thread. Let us look into them first, and we will get back to you with an update. -Jack
-
Hi @User_DATN1, Since it appears that the original requirement you brought up in this thread has been addressed which is the printing of the Customer PO # column, we will create a separate thread for the additional concerns you encountered. With that said, we would greatly appreciate you clicking the "Yes" button for “Did…
-
Greetings @User_WEDOV, The details of errors with ticket numbers can only be checked by NetSuite Customer Support since they are the only ones who have access to the error logs. With that said, we recommend filing a case with them and including the Ticket number in the case details so that they can investigate and…
-
Hi @Karanjot Singh, I just noticed that your inquiry pertains to Workflow creation, so I'll respond instead. To set proper expectations, please be informed that the scope of our support here in the NetSuite Support Community does not include creating and implementing any complete custom solutions from scratch. For this, we…
-
Greetings @Karanjot Singh, Thank you for posting a new inquiry here in NetSuite Support Community. Tagging our gurus @Elychelle Gulen-Oracle and @Dominica Sevilla-Oracle who might be able to help you out on this one. To other members who have any ideas, feel free to share them here. -Jack
-
Hi @ONO4, Please be informed that providing sample scripts in this instance is outside the scope of our support here in the NetSuite Support Community as the script logic may require HTML and vanilla JavaScript in the returned response part of the solution. For this, we recommend that you consult your technical…
-
Greetings @User_M4JOC, To confirm your requirement, you need 2 line-level fields where you can input the percentage of deposit to calculate in the first field, and output the calculation on the second field based on the Amount. Then, you also need to print the calculation on the printed form. Is this correct? -Jack
-
Hi @Kedalene, As mentioned, it is most likely a Custom Record. Go to Customization > Lists, Records, & Fields > Record Types to confirm if it is defined there. The Transaction Body Field you found is also most likely related to the Custom Record since you can create a List/Record or Multiple select field with options based…
-
Greetings @ONO4, Due to the nature of the request/response model of the HTTP protocol, you can only write a single response body with a Suitelet. The script ends once it executes the line writing the response and subsequent lines are ignored. As a workaround, you can save the download file to the File cabinet, then return…
-
Hi @Xiameng-Oracle, Have we provided the answer you are looking for? If so, we would greatly appreciate you giving us an update and clicking the "Yes" button for “Did this answer the question?” for the response post which will also help us and the other community members track replies that are meaningful and you will also…
-
Hi @User_DATN1, Did the given solution above work on your end? If so, we would greatly appreciate you giving us an update and clicking the "Yes" button for “Did this answer the question?” for the solution post which will also help us and the other community members track replies that are meaningful, and you will also get…
-
Hi @Kedalene, Thanks for the latest screenshot you provided. It appears that your Workflow is locked in a Bundle and cannot be edited as indicated by the padlock icon next to its name. Only the bundle owner can unlock it. From this point, your options are as follows: 1. Refer to the bundle documentation if your requirement…
-
Greetings @Kedalene, That seems to be a Custom Record. To confirm, check if it is defined in Customization > Lists, Records, & Fields > Record Types. Related Resource: WEBINAR REPLAY | Get Ahead: Customize NetSuite with Custom Records and Transactions Hope this helps. If you find this reply to your question useful, others…
-
Hi @Tafara, Thank you for answering this thread. We greatly appreciate all of our member's contributions here in the NetSuite Support Community 🙂 @User_GOKG2 - Feel free to click the "Yes" button on “Did this answer the question?”, for Tafara's answer if it is what you are looking for. By doing this, you’ll be able to help…
-
Hi @Nickey, Have we provided the answer you are looking for? If so, we would greatly appreciate you giving us an update and clicking the "Yes" button for “Did this answer the question?” for the response post which will also help us and the other community members track replies that are meaningful and you will also get…
-
Hi @Xiameng-Oracle, The N/query module is a part of SuiteScript 2.x API that allows creation and running of queries using the SuiteAnalytics Workbook query engine and is also used in the REST Web Services Record Collection Filtering feature. For more information, see SuiteAnswers Article 77359. SuiteAnalytics Workbook has…
-
Greetings @tech work, Thank you for posting a new inquiry here in NetSuite Support Community. Tagging our gurus @Elychelle Gulen-Oracle and @Dominica Sevilla-Oracle who might be able to help you out on this one. To other members who have any ideas, feel free to share them here. -Jack
-
Greetings @Carlos Razo, Thank you for posting a new inquiry here in NetSuite Support Community. Tagging our gurus @Elychelle Gulen-Oracle and @Dominica Sevilla-Oracle who might be able to help you out on this one. To other members who have any ideas, feel free to share them here. -Jack
-
Greetings @User_6YI1X, Thank you for posting a new inquiry here in NetSuite Support Community. We will look into this and will get back to you with an update. To other members who have any ideas, feel free to share them here. -Jack
-
Greetings @User_7MHGN, Thank you for posting a new inquiry here in NetSuite Support Community. Tagging our guru @Michelle Jabanes-Oracle who might be able to help you out on this one. To other members who have any ideas, feel free to share them here. -Jack