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, @User_PME3F Kindly allow us to review your concern about accounts 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, Upon checking all related articles about Task Record using REST Web Services, it seems that the "timezone" element it not exposed in REST API which means it cannot be added nor updated. You can check the SuiteAnswers Articles for more details. 98214 Task Note: I have tried different operations like "PUT" and "PATCH"…
-
Hi, Upon checking articles about creating purchase, If you need to add an additional price to the line item, you can set the rate field value to the sum of the item price and the additional price. Here's code snippet: var itemPrice = 100; var additionalPrice = 10; var total = itemPrice + additionalPrice;…
-
Nice to see you posting here, @Varonis inc. Kindly allow us to review your concern about periods 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, @GeorgeV Kindly allow us to review your concern about memos 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, @Janis Abernathy , 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, 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!
-
Thank you @User_60FBN for looking to it!
-
Hi, I am using DBVisualizer to query. See 30259 Connect to NetSuite ODBC Using DB Visualizer For additional information, see 44723 oa_columns. Thank you!
-
Hi @Ron Mc , Good day! I have tried to search the "built" column to verify the table of the Work Order using select * from oa_columns where column_name = 'built'; then, the result is; Given this, I have verified that the table that has a work order is manufacturingTransaction. Please take note that I am using netsuite2.com…
-
Nice to see you posting here, @dbetlow Kindly allow us to review your concern about revenues 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! Kindly check the account preferences to ensure that the SOAP web services feature is enabled. You can do this by going to Setup > Company > Enable Features and checking the box for "SuiteTalk (Web Services API)". Can you try use the basic searching and not specifying the internal ID of the credit memo in the…
-
Hi! You need to create a search to find items, and add options to the select field based on the search results. See 43702 N/search Module Here's the sample code snippet: var srch=search.create({ type:search.Type.ITEM, filters: [{ name: 'isinactive', operator: search.Operator.IS, values: 'F' }], columns:…
-
Nice to see you posting here, @Ron Mc Kindly allow us to review your concern about SO PDF Form 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_M4JOC Kindly allow us to review your concern about invoices 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_FL4CK Kindly allow us to review your concern about multiple ship 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!
-
welcome @User_GDN4P! 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 similar concern find the answer easier and you will also get closer to earning your…
-
Hi, Hope this explains your concern, I have tried to create a Journal Entry that has 3 credit lines and 2 debit lines that balance that have different memo names. See sample JSON "items": [ { "account": { "id": "4" }, "credit": 20, "memo": "Journal Example1" }, { "account": { "id": "4" }, "credit": 20 "memo": "Journal…
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Hi @User_I763M , Good day! Since you are using SuiteQL API, kindly provide the query you are using or the suitescript code for us to replicate on our end. Also, I wasn't able to open the JSON Response link to check the concern. Additional question: When was it first encountered (Date/time)? Did it use to work before(if…
-
Hi, Upon checking all of my resources, here's what I have found It is possible to post a job record to a portlet and display a text input in the portlet if the record is empty using scripting. You will create a portlet and then search for job records using N/search Module. If there are job records, you will display them in…
-
Hi, Upon checking, it is possible to filter the inventory item list that shows subset items in a dropdown select type in Suitelet. To achieve this, you can use the Search module in SuiteScript to create a search that filters the list of inventory items based on certain criteria, and then use the results of that search to…
-
Nice to see you posting here, @Andrew Malek Kindly allow us to review your concern about employees and its passwords 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 @User_GDN4P , Upon checking the REST API Supported Records, these are the documentations about Journal Entry REST API. REST - Journal Entry journalEntry Documentation journalEntry-lineCollection Documentation journalEntry-lineElement Documentation Here's the sample snippet of payload. See 95654 Journal Entry {…
-
Hi @3970868 , Have you found any solution on this so @User_DO6QW will know? Anyone from the community who might had the same need and happen to know of an alternate solution to this? Any insights you can provide would be highly appreciated. Thank you!
-
Hi, With all of this, since getSublistText and getSublistField in object http.ServerRequest are not available function in Suitelet. Kindly consider looking into submitting a SuiteIdea for this so that our product team can potentially add this functionality in a future release. You can request for an Enhancement by either…
-
Nice to see you posting here, @Varonis inc. Kindly allow us to review your concern about subsidiaries and employees 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!
-
Hi @User_1J19L , Good day! Upon further checking, it seems that this is a duplicated thread with REST API for Oracle Fusion Cloud Financials, with this, we will continue discussing your concern on the other thread. Thank you!