Mi contenido
Comentarios
-
Hello @JPrice, Yes that is correct, Correlated Items and Related items have their own separate Views and Templates. Kindly see this diagram from the documentation: Correlated and Related Items and Architecture Overview I hope this helps! -Leonard
-
Hello @Wuebben Design.com, Apologies for the late response. I was also able to test this on my own account using the Site Builder Kilimanjaro Extension as well as the 2.05 version of Reference Checkout touchpoints for Site Builder and I was not able to reproduce the behavior as you described on my end. It is possible that…
-
Hello @Sanju, We apologize for the inconvenience on your end. It is only possible to have a unique Entity ID across your production and sandbox accounts but as for your Production Account and Production Webstore they will have to share the same Entity ID obtained from your NetSuite Service Provider Metadata file. Kindly…
-
Hello @Entartes, The shopper should be forced to select a matrix option by default. When the Add to Cart Button is pressed a warning message should appear like this: Are you experiencing something different on your end? -Leonard
-
Hello @Paul_Isboseth, In what way do you wish to access this memo field? Is it also via SuiteTalk?
-
Hello @Durga Rao, Kindly let us know if you have any additional questions regarding this concern. Thank you! -Leonard
-
Hello @User_19K5F, Kindly let us know if you still require assistance on this concern. Thank you! -Leonard
-
Hello @User_F5KU8, Thank you for posting a new thread! Please allow some time for the members/gurus to check on your concern and get back with more information. To our members, please feel free to share your thoughts on the thread. Thank you!
-
Hello @Andrew Hickton, I was able to test this out on my end. I was able to reproduce the behavior as you described when creating new custom records via REST Web Services but the behavior is working as expected when setting custom forms when creating Sales Orders. I was also able to confirm that Custom Code/Scripts on the…
-
Hello @Durga Rao, NetSuite only has one Entity ID across all accounts and it is currently not possible to generate a 2nd unique Entity ID. Do you have a specific use case for needing to generate a 2nd IDP Metadata file? Would it not be possible for you to use the same Metadata file on both NetSuite UI and the Webstore? I…
-
Hello @Sanju, NetSuite only has one Entity ID across all accounts and it is currently not possible to generate a 2nd unique Entity ID. Do you have a specific use case for needing to generate a 2nd IDP Metadata file? Would it not be possible for you to use the same Metadata file on both NetSuite UI and the Webstore? I also…
-
Hello User_2Y125, Can you try adjusting your JSON object for "inventoryDetail" to this: "inventoryDetail": { "inventoryAssignment": { "items": [{ "receiptInventoryNumber": 2002111, "quantity": 100 }] } } Kindly let us know how it goes on your end. Thank you! -Leonard
-
Hello @Andrew Hickton, Thank you for posting a new thread! Please allow some time for the members/gurus to check on your concern and get back with more information. To our members, please feel free to share your thoughts on the thread. Thank you!
-
Hello @User_PF053, Thank you for posting a new thread! Please allow some time for the members/gurus to check on your concern and get back with more information. To our members, please feel free to share your thoughts on the thread. Thank you!
-
Hello @JPrice, Would it be possible to know where you are adding the script and how you implemented it? It is possible that the script is running before the div in question in actually loaded on the page. This explains why the same script might work in the console but not where you originally included it. -Leonard
-
Hello @User_19K5F, Would it be possible for you to provide a screenshot of your code with the credentials blurred out? Thank you! -Leonard
-
Hi @User_DM8HY, Kindly let us know if we were able to answer your question. If you found our answer helpful, please feel free to mark the "Yes" under the Did this answer your question section. Thank you! -Leonard
-
Hello @User_NC62U, Thank you for posting a new thread! Please allow some time for the members/gurus to check on your concern and get back with more information. To our members, please feel free to share your thoughts on the thread. Thank you!
-
Hello @User_ZCWF3, Thank you for posting a new thread! Please allow some time for the members/gurus to check on your concern and get back with more information. To our members, please feel free to share your thoughts on the thread. Thank you!
-
Hello @Jeanine 2022, Thank you for submitting a new thread. Can you try deleting the current Script Deployment and redeploying it with the following settings? You can do so by going to the Script Deployment record in Edit mode and going to Actions > Delete. You can then go to the Script Record and click Deploy Script and…
-
Hi @User_DM8HY, I was able to consult this with one of my colleagues that specializes in SCIS. According to them, in SCIS, you can use either native NetSuite Tax or Avalara Tax service. In regards to "I need a tax solution that will always charge the same amount....", we believe this can be achieved via your Tax…
-
Hello @Benjamin Paul - USA, Please see the sample script below: function beforeSubmit(scriptContext) { if(scriptContext.type == scriptContext.UserEventType.CREATE){ var recordObj = scriptContext.newRecord; var numLines = recordObj.getLineCount({ sublistId: 'inventory' }); for(var i=0; i<numLines; i++){ var quantity_on_hand…
-
Hello @Benjamin Paul - USA, Could you describe further how you are registering the sales data on the customer record? Is there a particular reason you use a customer record for this purpose? Kindly describe the way you handle purchasing and selling items so that we can get a better idea on how to assist you. Thank you.…
-
Hello @User_0EXA9, Thank you for posting a new thread! Please allow some time for the members/gurus to check on your concern and get back with more information. To our members, please feel free to share your thoughts on the thread. Thank you!
-
Hello @KennyT, Kindly let us know if you still require assistance on this concern. Thank you! -Leonard
-
Hello @User_G6BPB, Kindly let us know if you still require assistance on this concern. Thank you! -Leonard
-
Hello @User_G6BPB, Thank you for creating a new thread. Can you provide a more detailed steps to reproduce the issue on your end? Kindly also include a screenshot of the error on your end if possible. Thank you! -Leonard
-
Hello @PaulFleetwood, I was able to test this out on my end. Upon creating a Sales Order and generating an invoice for a Customer's Contact, the contact should appear in the Relationships subtab of both the Sales Order and Invoice. Upon paying for the Invoice, the Customer Payment Record does not contain the information…
-
Hello @PaulFleetwood, I was able to reproduce this behavior on my end. After paying invoices, no emails were sent to the customer email. I also checked the Undelivered Emails on NetSuite UI and none appeared. Upon further checking, it appears the ability to send a Payment Confirmation email after paying an invoice is…
-
Hello @User_7F9E9, Upon checking this, the ability to upload files directly using FTP is currently not supported. This is documented under Enhancement #7669 - File Cabinet > Ability to share files (upload/download) with a WebDAV or FTP server. You can vote for this Enhancement so that you may be updated of its progress.…