Minha área
Comentários
-
Happy to help!
-
If your goal is to get the list of item fulfillments with status B, you can use this sample query as reference instead instead: SELECT id, status, recordtype, trandisplayname FROM transaction WHERE recordtype = 'itemfulfillment' AND status = 'B' Note: I used A in the sample in the screenshot because I have no item…
-
Hello @Tybrneryan, What operation are you using for your dev's current URL?
-
Hello @User_KAGURA, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hi @Eyalush, Thank you for your feedback! NetSuite only performs such changes on major releases (twice a year), so it would be best to check the release notes whenever a new one is coming. Anything in between are usually just bug fixes. Other than that, you could discuss this with your Account Manager in case they have…
-
Hi @Tafranklin5, I consulted this with our SCM guru and yes, you should file a support ticket for this so that they can help you investigate this further in case there are other factors affecting your last count date.
-
Hello @User_9AUJK, Good day. Please check the following: If your integration cannot view ALL custom fields, please check if you have Setup > Custom Fields Permission in your integration user's role. If it is specific to this custom field, check the Access subtab of your custom field. The Default Access Level might be None.…
-
Hello @Eyalush, I totally understand. As for your concern about the historical data, I'm not sure if this can help, but the systemnote table also contains the transaction line history as well. Here is an article I wrote in 2023 about this: NetSuite Admin Tip: Different Ways to Extract Line-Level System Notes for Multiple…
-
Hello @KNason76, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hi @Jeroen Sprangers ZS, Good day. According to our support, this is currently filed as an enhancement under 329014 Export Saved Search to Excel File > Cannot open in Mobile Device and Opening in Computer results in Pop-Up Warning (Format and Extension don't match) To support this Enhancement, you can cast your vote on the…
-
Hello @Tafranklin5, Good day. Upon checking, this is what our engineers said about the Last Count Date: The next count date is used for selecting the rows in Create Inventory Count page. The next count date and the interval are allowed to be changed by the user. They are automatically updated when the inventory count is…
-
Hello @gbradley, 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 @nag_m, 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.
-
Hi @AdrianCarr, Good day! If you are not using SuiteTax and currently use Legacy Tax feature, this error is expected because Legacy Tax is not supported with REST API. Reference: Creating Tax Schedules Please note, REST web services do not support legacy tax features. To work with taxation through REST web services, you…
-
Hello @User_G8N5G, 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.
-
Hi @gbradley, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hi @Mathias_Netsuite, 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 @User_MJPN8, I'm circling back to ensure you saw my previous communication. Should you require any additional support, please don't hesitate to contact us.
-
Hi @Jeff Dickens, Good day. Were you able to check if our suggestion worked? Thank you.
-
Hello @User_ZSBAE, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @Eyalush, Interesting topic for a discussion! Here's what I have so far: You can check NetSuite.com to NetSuite2.com Map for some of the records and fields' mappings. But as of now, this file is still very limited. As mentioned in the article, we encourage users to provide feedback at the bottom of its SuiteAnswers…
-
Hello @Dext3r, Good day! Upon checking, this feature is currently filed for enhancement under 220178 SuiteBundler > Provide a way to change script notification settings for locked scripts To support this Enhancement, you can cast your vote on the SuiteIdeas page by following the instructions provided in SuiteAnswers…
-
Hello @Ginu, Upon further checking, it appears that the same issue was reported previously and was identified as a defect. Please file a case with Support, or let us know if you need assistance in creating one. Thank you!
-
Hello @Ginu, Please redact any sensitive and confidential information (personal info, tokens, account IDs, etc.) Thank you!
-
Hello @User_MJPN8, Yes, this is possible via Workflow but the catch is that the Create Line action can only be triggered on the server side. If you opt to use workflow to do this, you may set the Trigger On field to 'Before Record Submit' where the item will be added once the user saves the record. I hope this helps! If…
-
Hi @brocha, 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.
-
You can use this query to directly get the name from the unitsTypeUom table via SuiteQL: SELECT uom.unitName, uom.abbreviation FROM item JOIN unitsTypeUom as uom ON item.purchaseunit = uom.internalid WHERE item.id = 499 I hope this helps.
-
Hi @Jeff Dickens, unitsType is exposed for the inventoryItem record if you use GET operation. The unitsType field is also exposed for SuiteQL therefore it should be available in item queries. See sample below. If you find this reply to your question useful, others might as well. By clicking the “Yes” button for “Did this…
-
Hi @Ginu, If you are using a script for mass update, please provide a screenshot of the script deployment record. I checked and similar cases reported by customers appear to be due to the audience not being specified in the script deployment. You can also check other configurations and make sure the script deployment…
-
Hello @Jeff Dickens, 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…