Minha área
Comentários
-
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…
-
Hello @Ginu, Please check if the integration user's role for your EDI has the following permissions: Under Permissions tab > Lists subtab : Mass Updates = at least Create level Under Permissions tab > Transactions subtab : Sales Order = at least Create level. I hope this helps! If you find this reply to your question…
-
Hi @User_64PY4, Can you please click the "Log" in the Workflow History for the Approved state? This would show us a little more details on how it went to approved. If possible, also provide a screenshot of the Workflow State for "Approved". In addition, is this occurring for all purchase orders or is it occurring only to a…
-
Hello @Rob van der Leij, 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 @Elina Kourouzidou, 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 @Ginu, 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 @Jeff Dickens, According to REST API Browser, the purchaseUnit is a Unit. "4" only signifies the internal ID of the said unit. The following are also stated in the REST API Browser: purchaseUnit is the Primary Purchase Unit and is a string. Its description is: Select the unit you use to purchase this item from the…
-
Hi @Eric Crain, 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 @Martha Hakes, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @User_64PY4, Can you please share the System Notes and Workflow History for one of the affected record?
-
Hello @Sivasubramaniam, Can you please share the resolution you came up with for this concern? Thank you!
-
Hello @Chan Man, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @KR Mike, 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_VUSFS, 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.
-
Hello @User_LN8ZZ, Following up on this. Let us know if you still need assistance. Thanks!
-
Hello @User_VUSFS, Was there any changes prior to this error that may have caused it? It could also help if we can have a copy of the script or at least part of the script so we can replicate it on our end. Thank you!
-
Hello @User_C2CEM, Thank you for your feedback. I can confirm that I am also encountering the same behavior. This has already been identified as a defect under 779598 SuiteTalk > REST API Browser > HTTP method GET is not supported by this URL If you would like to report this, you may file a case record so that you will be…
-
Hi @User_8LNIB, There is no out-of-the-box field type that can handle your scenario. However, it could be possible to perform such logic using SuiteScript.