To implement this patch, create a custom module to override the OrderWizard.Module.ShowShipments.js file, which ispart of the OrderWizard.Module.Shipmethod@X.Y.Z module. In this example, X.Y.Z represents the version of the OrderWizard.Module.Shipment module in your implementation of SuiteCommerce Advanced. You can download the code samples described in this procedure here: Step 1: Create the Override File Create an extensions directory to store… Continue reading Edited Shipping Address on the Review Your Order Page is Not Showing Changes
Month: March 2023
Kit item display behaviour in Sales order and in Item fulfillment
Kit item display behaviour in Sales order and in Item fulfilment.
What is the behavior of adding an item that is not related to a sales order in the invoice.
What is the behavior of adding an item that is not related to a sales order in the invoice.
Best Practices for NetSuite Charts of Accounts
To view the chart of accounts in NetSuite, go to Setup > Accounting > Manage G/L > Chart of Accounts. Plan and Test the Chart of Accounts Before Implementation NetSuite offers a test environment called the Sandbox, where users can plan, test, and observe each activity at every stage of implementation. Using the test environment… Continue reading Best Practices for NetSuite Charts of Accounts
Possibilities to solve problems that arise when using PayPal payment methods on Sandbox.
Sometimes we face some kind of problem while using PayPal payment methods An order cannot be placed, an error showing “payment information is incomplete” or “an unusual error occurred” Make ensure that the sandbox is properly configured with the sandbox. Make sure that the limit for using the PayPal account has not expired. Try it… Continue reading Possibilities to solve problems that arise when using PayPal payment methods on Sandbox.
Purchase orders getting auto-approved instead of Approval
Purchase orders getting auto-approved instead of Approval
Different Method to get Previous Page URL
Scenario In JavaScript, we can get the URL of the previous page by using the document.referrer property. This property returns the URL of the previous page that the user came from. If the document.referrer property doesn’t work for our specific use case or is not available, there are some alternative ways to get the previous… Continue reading Different Method to get Previous Page URL
Purchase Order Approval Flow
In the employee record under the human resource tab, we can set the Purchase Approver. If we set Purchas Approver in the employee record then the approval is done by the selected employee. If no approver is selected then the supervisor “Approves” the Purchase Order.If a purchase approver is selected then the supervisor is no… Continue reading Purchase Order Approval Flow
HTML Form – Phone Number validation
We validate a phone number of 10 digits with no comma, no spaces, no punctuation and there will be no + sign in front the number. Simply the validation will remove all non-digits and permit only phone numbers with 10 digits. Here is the function. To valid a phone number likeXXX-XXX-XXXXXXX.XXX.XXXXXXX XXX XXXXuse the following… Continue reading HTML Form – Phone Number validation
JMeter
Performance testing tools: These tools are used to automate load testing and other performance-related testing scenarios, including tools such as JMeter, Gatling, and LoadRunner. JMeter is an open-source software for performance testing and load testing. It is a Java-based application that can be used to simulate various types of load testing, such as functional testing,… Continue reading JMeter