プロフィール
コメント
-
Hello @JPrice, May I know what version of SuiteCommerce Advanced you are using? I am not entirely sure if creating handlebar helpers are the best choice in this scenario. Do you have a specific reason for using them? Generally, if what you're trying to achieve can be done via the View or Model then it is probably best to…
-
Hello @Fartleby, Thank you for submitting a new thread. Can you provide a screenshot of what you are seeing on your end? Can we also confirm if the user is able to approve expense reports in NetSuite UI? Is the issue being experienced by all users? What role are you using? Thank you! -Leonard
-
Hello @User_GE47I, You can add another column to the results page using Formula (Currency) Field and use the two previous columns in the formula. Below is an example but using different fields: With the Show Total checkbox checked on the Saved Search the total of the Formula field should be equal to what you are looking…
-
Hello @User_NSEJP, 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 @rezawm, The default behavior should be that you can select a different billing address. Upon checking the website it seems to be using a development version of SuiteCommerce Advance. It is possible that the developers coded this behavior for the website. Are you able to confirm if the behavior is still reproducible…
-
Hello @User_1J19L, Kindly let us know if you have any additional questions regarding this concern. If you found any of our answers helpful, answering "Yes" to the Did this answer your question? would be very helpful to our other members as this can help them find the solution easier. Thank you!
-
Hello @JPrice, 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 @Paul Salkeld, For this, I suggest using the resolveRecord function on the N/url module. This is a function that creates a link to a NetSuite record once supplied with a record type and record ID. It also the option to open the record in edit mode once the link is followed. For more information, kindly refer to:…
-
Hello @User_1J19L, Thank you for clarifying. If you are referring to a purely backend Suitelet then it should be as simple as taking the response of your request and storing it in a variable so that we can set the Field Value through the Client Script. Here's an example where the Suitelet returns a JSON response object:…
-
Hello @Matan Shachaf, 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_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_KKIRX, 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 @rmacias, 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!
-
Thank you @Tom Dalton for providing how you were able to resolve the issue. I'm sure our fellow members would appreciate this.
-
Hello @Paul Salkeld, If that is the case then I think the best solution would be to deploy a separate client script on the Customer Record. You can use URL Query Parameters in your open(url) function so that you may access any data you had on your Sales Order Script on the Customer Record Client Script. Kindly see an…
-
Hello @User_1J19L, Please allow me to clarify a few points so that I can assist you better. In NetSuite transaction payment page, when customer clicks a button, Can you please specify which specific record you are referring to? Now, need to take response back data to update a transaction form field existing that was empty…
-
Hello @Tom Dalton, Thank you for submitting a new thread. Kindly help us answer the following questions so that we can assist you better: Does the error appear for all customers? When did this behavior start occurring? Have there been any updates to your Website's Touch points? Is the issue reproducible using the Standard…
-
Hello @Vernita, Kindly let us know if you have any additional questions regarding this concern. If you found any of our answers helpful, answering "Yes" to the Did this answer your question? would be very helpful to our other members as this can help them find the solution easier. Thank you!
-
Hello @User_XLM9T, Kindly let us know if you still require assistance on this concern. Thank you! -Leonard
-
Hello @JPrice, SCA Theme templates are powered by the Handlebars framework which is a "Logic-less" framework. The #if helpers only expect values such as false, undefined, null, "", 0, or []. You cannot make use of Logical Operators such as "<" or ">" since the template expects you to pass values that have already been…
-
Hello @User_1J19L, 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 @Vernita, Thank you for submitting a new thread. unexpected token u error often occurs when calling JSON.parse function on an undefined variable. There were some instances on your code where you tried accessing an object member before parsing the actual string into an object and this is what caused the error. An…
-
Hello @Paul Salkeld, Thank you for submitting a new thread. Please allow me to clarify. Are you using SuiteScript to call window.open(); using the URL of a customer record and you want to display a message when the customer record is viewed? Can you provide more context of what your script is trying to do? Thank you!…
-
Hello @User_XLM9T, Thank you for submitting a new thread. Can we know what version of the SC Blog bundle you are using? Can we also confirm if you have all the Blog Pages published on SMT? Thank you! -Leonard
-
Hello @Tom Dalton, Kindly let us know if you have any additional questions regarding this concern. If you found any of our answers helpful, answering "Yes" to the Did this answer your question? would be very helpful to our other members as this can help them find the solution easier. Thank you!
-
Hello @SWSearcy, 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 @Julien Mi Electronics, 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_75YL8, 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 @srussell, 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 @iecpradeep_14007, If you are using SuiteCommerce MyAccount, the Domain Type associated with the SuiteCommerce MyAccount implementation should be set to Single Domain for Webstore and Checkout which must be a secured domain. I hope this helps! -Leonard