プロフィール
コメント
-
Hello Hakam, No worries! I have tested this using CSV imports and found that when dealing with Site Categories for SiteBuilder, you are actually doing the import via the Item record itself, and not the Site Category. What you can do is to perform a Item CSV import of all the items you want to remove under a specific site…
-
@Martha Hakes, Thank you very much for posting this thread! We are glad to have you back in the community. Kindly let me tag my colleagues, @Micah Timbol-Oracle and @Patrick Fresnosa-Oracle, who have the expertise in this area. Any suggestions on this, Micah and Patrick? To the community, please feel free to add your…
-
Hello @veronicap, Thank you very much for posting this thread! We are glad to have you back in the community. Kindly let me tag my colleagues, @Shamaine Chan-Oracle and @Dominica Sevilla-Oracle, who have the expertise in this area. Any thoughts on this one, Shamaine and Nikki? To the community members, please feel free to…
-
Hello @Pierre_Plourde, After coordinating this with our gurus, we have confirmed that there is no Node.js CLI equivalent command for the importconfiguration. Here is a related SuiteAnswers article that you may find helpful: SA #65825 - Account Configuration from an Account Customization Project. Thank you.
-
Hello Dirk, Since the script is locked, I think we need to proceed with the 2nd solution. Just to clarify, this is how the solution works: Create a User Event Script that adds a custom button to the form. Create a Client Script that will be called by the custom button added in Step 1. Create a Suitelet that will be called…
-
@User_4HDGW, I have looked into this internally and found out that this is currently not possible and is considered as a system limitation. However, I have found a possible workaround, although the resulting query is not optimized. I used the Schema OA_TABLES to list all the existing tables, then generated a query that…
-
Hello @jmack_admin, Thank you very much for creating this thread! We are glad to have you back in the community. Kindly let me coordinate this internally with our gurus to identify the best way to assist you on this. To the community, please feel free to join in on the discussion.
-
Hello @MurrysLF, Thank you very much for creating this thread! Welcome to our community! Kindly let me coordinate this internally with our gurus to identify the best way to assist you on this. To the community, please feel free to join in on the discussion.
-
Hello @User_4HDGW, Thank you very much for posting this thread! We are glad to have you back in the community. Can you provide more information as to what you are trying to achieve with SuiteConnect? Are you requesting for the exact query to return all the table names and the number of rows in the table? Here is the…
-
Hello @Pierre_Plourde, Thank you very much for creating this thread! We are glad to have you back in the community. Kindly let me coordinate this internally with our gurus to identify the best way to assist you on this. To the community, please feel free to join in on the discussion!
-
Hello Dirk, I'm glad that it is now working! ? I am thinking of 2 ways you can do this: 1st by just copying the function callPrintCSVSuitelet() to the AM_WorkOrderForm.js, then adding the button to the form. This way we can use the callPrintCSVSuitelet() function in the button as well. This is the most simple workaround…
-
@Dirk Nieuwkamp, Sounds great! Good thing you've found the cause of the issue. ? Kindly let me know if you have successfully printed a CSV file.
-
Hello Dirk, As per your screenshots, it appears that the button is calling the Suitelet accordingly. However, there seems to be an issue with the Suitelet code itself. Are there no entries in the Execution Log tab of the Script Deployment? I suggest that you file a Support case for this since we already have a script, and…
-
Hello @paula.courtemanche, Thank you very much for posting this thread! We are glad to have you back in the community. Kindly let me tag my colleague, @Michelle Jabanes-Oracle, who has the expertise on this. Any thoughts on this one, Michelle? As for the workaround using Workflows, unfortunately Workflows are not designed…
-
Hello Dirk, Can you try navigating to your Suitelet's Script Deployment record and click on the URL to test if the CSV file will be generated? Please do note that my deployment's Status is in Testing. If you have set this to Released, you need to indicate the permissions in the Audience tab.
-
Hello @KennyT, The shipping items created in the UI is only being displayed in the web store, depending upon the shipping rules and the items in the shopper's cart. As per our testing, you cannot select more than one rule for the Web Site Rules. However, there is already an enhancement request logged for this: Enhancement…
-
Hello Dirk, Thank you very much for the detailed steps! 1st, I noticed that you changed the folder ID to "Document", this should be the internal ID of the folder and not the folder's name. To get this, kindly open the Documents folder in your File Cabinet. In the URL bar of your browser, you'll see something like this:…
-
Hello Sam, Thank you very much for posting the solution here! This will be very helpful to other users who will encounter the same issue in the future. Since this is not outlined properly in the documentation, I will be coordinating this internally so that the documentation can be checked and updated accordingly.
-
Hello Peter, Thank you very much for posting the solution here! This will be very helpful for other community members who might encounter the same issue. I'm glad that you were able to resolve the issue on your end! ?
-
Hello Kanika, I have tested adding the eWay Rapid payment method on my account and I was not able to encounter the same behavior as yours. With this, I suggest that you file a Support case for this so that our Support team can help you check this in your account. Thank you very much!
-
Hello Sam, I have reviewed our documentation regarding this, and carefully looked into the recommendation for SB Kilimanjaro. Here are the suggested versions, for your reference: Node v6.11.5 NPM v6.9.0 node-sass 3.9.3 gulp-sass 2.1.0 Can you try performing the patch using these versions and see if it will work?
-
Hello Sam, After further checking this on my end, I was able to confirm that due to the migration of SuiteCommerce Advanced from JavaScript to TypeScript, the workaround would no longer be feasible for the newer versions. I was able to locate the Categories' model file under SC_20.2_Live > Commons > Categories >…
-
Hello @User_LYA61@paula.courtemanche Thank you very much for creating this thread! We are glad to have you back in the community. Kindly let me coordinate this with our gurus to identify the best way to assist you on this. To the community, please feel free to join the discussion!
-
Hello @User_LYA61, Thank you very much for creating this thread! We are glad to have you back in the community. Kindly let me coordinate this with our gurus to identify the best way to assist you on this. To the community, please feel free to join the discussion!
-
Hello @Robert D., Thank you very much for creating this thread! We are glad to have you back in the community. Kindly let me coordinate this with our gurus to identify the best way to assist you on this. To the community, please feel free to share your ideas and suggestions!
-
Hello Kanika, Can you confirm if you have populated the Payment Visuals subtab when you created the Payment Method record? This error message is often caused by missing Payment Visuals. Here is a SuiteAnswers article describing the configuration for eWay Rapid: Article #51018 - Creating Payment Methods for eWay Rapid.…
-
Hello Peter, Thank you very much for creating this thread! We are glad to have you back in the community. I apologize for the inconvenience this issue has caused you. However, I strongly suggest that you file a Support case for this since this issue appears to be account specific. The Support team will be able to assist…
-
@Dirk Nieuwkamp, I was able to successfully implement this on my test account by creating a Suitelet for the .csv file's export and print operation, then a Client Script to call the Suitelet from the custom button. Here is the code for my Client Script: /** * @NApiVersion 2.x * @NScriptType ClientScript * @NModuleScope…
-
Hi Dirk, Kindly let me test this first on my end as there were some conflicts with the modules you are using. The N/file module is only available in a User Event script, which is what I think causes the error since we are trying to use a Client Script. I am currently testing this and this implementation appears to be more…
-
Hello George, Since this is account specific, I would like to request that you file a Support case for this to have this checked further. Since the Support Team have access to your account's backend logs, they can further confirm which part of the request took too long to process. Thank you very much!