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
-
Nice to see you posting here, @Elizabeth Vance Kindly allow us to review your concern about fixed asset and we'll be keeping you updated on the results. To other members of the community, feel free to share your thoughts. Have a great one!
-
Hi, Good day! Can you provide the SOAP Request and Response for us to replicate on our end. Thank you!
-
Hi, May we ask if you created this from a standard workbook and datasets? Kindly provide details about the workbook Record Type and if the record is standard or custom for us to replicate and investigate on our end. Thank you!
-
Hi, Good day! One of the possible way in your concern about transferring values of values from Custom Record to Sales Order, First, you need to identify the custom record type and its fields that you want to fetch data from. You can find this information in the NetSuite customization UI or using SuiteScript API such as…
-
Hi, Apologies on the late response, I just want to coordinate and replicate your concern on our end. Since I have not reproduced your concern, would like to ask if you have the right URL in the GET Method. /services/rest/record/v1/<RecType>/<id> You can verify this configuration in the SuiteAnswers Article: 87124 Getting a…
-
Nice to see you posting here, @Preethi Kondur Kindly allow us to review your concern about Transaction Body Fields and we'll be keeping you updated on the results. To other members of the community, feel free to share your thoughts. Have a great one!
-
Nice to see you posting here, @User_ID08S Kindly allow us to review your concern about roles and we'll be keeping you updated on the results. To other members of the community, feel free to share your thoughts. Have a great one!
-
Hi!, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you! If you find the previous reply to your question useful, others might be as well. 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…
-
Nice to see you posting here, @GabrielaMari Kindly allow us to review your concern about order screen field and we'll be keeping you updated on the results. To other members of the community, feel free to share your thoughts. Have a great one!
-
Hi @Xiameng-Oracle , Good day! When I tried to check the box of the "Reserved Time" and changed the value of "Reminder Type" in the Task record. It gives me the expected value using GET in REST API Can you try to replicate within your end if this will meet the expected concern. Thank you!
-
Hi @Vernita , Apologies on the confusion, it seems that you have another thread asking about the Promotion record. Given this, yes, "SuitePromotion" is not scriptable since this is additional feature, but the "Promotion" record (asking in the new thread) can be scriptable. Apologies again and Thank you!
-
Hi @3968650 , What was your feedback about the concern of @CDuf? Anyone from the community who might had the same need about this? Any insights you can provide would be highly appreciated. Thank you!
-
Nice to see you posting here, @PaulFleetwood Kindly allow us to review your concern about expense categories and we'll be keeping you updated on the results. To other members of the community, feel free to share your thoughts. Have a great one!
-
Nice to see you posting here, @Kedalene Kindly allow us to review your concern about fields and we'll be keeping you updated on the results. To other members of the community, feel free to share your thoughts. Have a great one!
-
Thank you for the response. Happy Monday!
-
Hi! I would like to follow up on this thread. Please let us know if you need further assistance. Thank you! If you find the previous reply to your question as helpful, others with the same question might find it helpful as well. By marking “Yes” on the “Did this answer your question?”, you’ll be able to aid the community…
-
Hi, Here's an example code snippet function pageInit(context) { var form = context.form; var dropdownField = form.getField({ id: 'dropdown_field_id' }); // Define your search criteria here var filterExpression = [ ['isinactive', 'is', 'F'], // Exclude inactive options 'AND', ['custrecord_criteria_field', 'is',…
-
Hi @User_ZCWF3 , Thank you for the clarification. Can you try this? set 1 to "TO quarters ago" Let me know if this meet the expected concern. Thank you!
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Hi, Thank you for the clarification. Since you are done setting up, you need to decide the best integration option for your purposes. Kindly check this SuiteAnswers Articles for details. 87116 REST Web Services and Other Integration Options Let me know if this somehow helps you. Thank you! Happy weekend!
-
Nice to see you posting here, @FazeprooF Kindly allow us to review your concern about items and we'll be keeping you updated on the results. To other members of the community, feel free to share your thoughts. Have a great one!
-
Hi, Try to add the @NApiVersion JSDoc tag at the beginning of your file. Also, upon checking the lines of the error, it seems that you have an error in your syntaxes. Kindly scan if you have the right syntax. Thank you
-
Nice to see you posting here, @User_GOKG2 Kindly allow us to review your concern about CSV and we'll be keeping you updated on the results. To other members of the community, feel free to share your thoughts. Have a great one!
-
Hi @Mudassir Khan , Since the Customer Payment and Customer Deposits are only available in REST API Beta, there's an existing Enhancement requests to fully supported in RESR API: 652018 REST Web Service > Deposit > Beta Record 652019 REST Web Service > Customer Payment > Beta Record You can vote for this enhancement on the…
-
Hi @nag_m , Upon checking in the SOAP Supported Records, the Credit Card transation is not included means this concern is not available or a system limitation of Oracle NetSuite. See SuiteAnswers Article: 11001 SOAP Web Services Supported Records. Upon further checking, there's an existing Enhancement requests for this:…
-
Hi, Thank you for patiently waiting on my response. Can you try to modify the filter to "Date Created" like screenshot below. Note that the "to" field must not have a value. Upon trying this on my end, transactions are successfully return within four quarters. Let me know if this meet the expected concern. Thank you!
-
Hi, Already created a case for you. Kindly check your email to know the ID and Name of the case. Thank you!
-
Hi, I would like to follow up on this thread. Thank you!
-
Hi @Jeff_BlueMemento , I will email you asking some information and will create a support case for you. Thank you.
-
Hi @Omar Mallak , Good day! It is possible to filter a standard dropdown field using SuiteScript based on a criteria. Here's an example of how you can achieve this: Create a client script on the record where the dropdown field is located. In the script, add a function that retrieves the dropdown field and sets its options…