Mi contenido
Comentarios
-
Hi @Vernita, 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 @Betsy Vance, 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!
-
Hi @Maleeka, Thank you for providing the link to your site. Upon review of the footer on your site, I believe this is something added via customization of the theme as the Class Names and Template used do not seem to be added via Site Management Tools: Taking to account that the Summit Theme extension is also inactive on…
-
Hello @Rizkygaus, Please allow me to confirm further. I believe your screenshot refers to the Fields subtab of the Custom Record Type record on NetSuite. Are you sure you are not referring to a custom body field on your Custom Record and not a Sublist Record? Would you be able to provide a screenshot of the field in…
-
Hello @Maleeka, I believe this is because you may not have the Summit Theme Extension enabled on the domain. This is extension is required in order to configure certain aspects of the Summit Theme. To enable this, kindly go to: Commerce > Extensions > Extension Manager > Edit Website and Domain > Extensions. To also allow…
-
Hello @Rizkygaus, Could you clarify what it is that you are trying to achieve with your script? Are you trying to get a the sublist lines from your purchase order record? You can try the getSublistValue from the Record Module like this to get the first line on the sublist: var recLine = recPO.getSublistValue({ sublistId:…en How to get sublist item using suitelet? Comentario por Leonard Mallare-Oracle Dec 16, 2022 1:13AM
-
Hello @Rizkygaus, Please allow me to clarify your concern. Do you want to hide a Sublist Column when accessing a custom record with a particular role? Kindly let us know so that we may assist you better. Thank you! -Leonard
-
Hello @Maleeka, For the Summit Theme, you can go to Commerce > Websites > Configuration > Select Website and Domain > Summit Theme > Footer and update the Company Name and Initial Year of the Footer. This is assuming that the Hide Checkbox is left blank: If this checkbox is currently filled, then it is possible that the…
-
Hello @ACVP, 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 @Brian Finlay, It is possible that the Saved Search on the Script is yielding no results. Are we able to confirm if the created Sales Order Appears on your Saved Search in NetSuite UI? It can be helpful to place Logs in different sections of the code to confirm if they are running: It the Test 2 Log here does not run…
-
Hello @Paul L. Walker, 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 @Betsy Vance, Would it be possible for you to share you current workbook? What kind of dataset are you currently working with? And what fields workbook specifically? For adding multiple filters with an OR operator to your dataset, you may find it helpful to check out this SuiteAnswers Article: Dataset Criteria…
-
Hi @Wendy_M, Would it be possible to see a screenshot of the criteria tab for this search? Thank you! -Leonard
-
Hello @TThompson-CM, One theory on how to optimize (at least in SuiteScript) would be to create a new blank customer payment transaction record in static mode; set the fields desired; then save. That may be a good workaround you can try if you primarily process invoices via scripts. That said this does seem like a…
-
Hello @Betsy Vance, Apologies for the late response. May we ask if you are trying to add a Workbook Visualization filter or a Dataset Criteria Filter? Thank you! -Leonard
-
Hi @Wendy_M, Apologies for the late response. Upon checking it is currently not possible to use a formula field column as a variable in another formula field column. This is documented under Enhancement #121202 : Formula - allow use of custom formula columns in creation of other custom formula columns. I suggest submitting…
-
Hello @Maleeka, May we know what SCA Theme you are using? As well as a screenshot of the Footer in question. Thank you! -Leonard
-
Hello @dspringfield, Kindly let us know if we were able to answer your question. If you found any comment helpful, please feel free to mark the "Yes" on the Did this answer your question section of the comment. Thank you! -Leonard
-
Hello @User_DATN1, 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 @Nickey, 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 @dspringfield, Thank you submitting a new thread. Unfortunately the ability to change the name that appears on the Emails that come from the Web Store is currently not yet supported. This is documented on Enhancement #329474 - Web Store > Site Builder / SuiteCommerce Advanced > Email Settings > Have the ability to…
-
Hello @User_PSCCV, 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 @Brian Finlay, I was able to test this out on my end using this code for defining the soIdFilter: (Spoiler) Kindly copy the code to notepad first to make sure it is in plain text before copying it to your JS File and let us know how it goes. Thank you! -Leonard
-
Hello @Brian Finlay, I was able to troubleshoot this out some more on my end. I checked our logs and it seems that the unexpected error was related to an unsupported file format when running your script. Kindly go to your Script File in the File Cabinet and make sure that the File Name field has the .js extension at the…
-
Hello @George Mihaylov, It can be possible to keep other price levels blank on the item record to force the website to display the desired Sale Prices just for that item. Please note that this is not the best practice as the intended behavior is that the price level displayed is that of the currently logged in customer: As…
-
Hello @aisaadaniya, I was able to test this using your exact script and I started receiving a permission error when running this on the Employee Center Role. This is because the Employee Center role does not have access to Vendor List Permission. This is because the Client Script is limited to run as the currently logged…
-
Hello @User_VOOI3, 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 @jitendrapratap, 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 @George Mihaylov, Thank you for submitting a new thread. The Price Level displayed on the website is determined by either the set pricing level of the Website on the Website Record or by the Price Level set on the Customer record of the Customer currently Logged in on the Website. It is currently not supported to…
-
Hello @Michelle Beutler - Digitalmeesh, I have been looking into this for you. Unfortunately, it seems this SuiteAnswers Article is no longer available. I also took the time to check our Archived articles and was unable to find any reference to this file. Perhaps @Jeff Pineda-Oracle can help us on this one. Kindly help our…