N/ui/dialog is basically a wrapper function on Ext.js, you can use the following to create a NS styled input box:
Month: February 2023
centerMode slider
A centerMode slider looks like as follows, Below is the code for slider using slick slider HTML: JS CSS
Modify an Error on Model File
This extension changes a backend error that appears when a user attempts to delete an address that is already in use. The error message in this scenario reads “Unexpected Failure,” the error returned iserrorCode : “ERR_WS_REMOVE_CUSTOMER_ADDRESS” errorMessage : “Unexpected failure” errorStatusCode : “400” but we need to change it to a different message. will provide… Continue reading Modify an Error on Model File
Automation testing tools
TestComplete TestComplete is the top automation testing tool for desktop, mobile, and web applications. With TestComplete, you can build and run functional UI tests via robust record & replay capabilities or by scripting in your favorite languages, including Python, JavaScript, VBScript, and more. With support for a wide range of applications, such as .Net, and native… Continue reading Automation testing tools
Difference Between Globalization Testing and Localization Testing
Globalization testing Globalization testing is performed to make sure that the software application supports various languages along with multiple features. In a globalized product, a code is separated from the messages or information. By using globalization testing, we can enable the software to be used with different languages without redesigning the complete software. It mainly… Continue reading Difference Between Globalization Testing and Localization Testing
Testcase-Shipping Method update via Netsuite Workflow-HLUK-451
Create ItemFulfillment from Dropship Purchase order
Display number into 5 digits format in Advanced PDF template
To display any number value into print as in the format of fixed digits, refer below code sample
Result Sorting Subtab
These settings specify the sorting options available in the Sort By drop down menu, grouped by browser type (desktop, phone, or tablet). Sort fields must first be defined in the Web Site Setup record. For details on defining sort fields, see Select and Configure Sort Fields. Each sort property contains the following (note the different property… Continue reading Result Sorting Subtab
Points to be noted while testing date fields
A custom date field is created in the item record. This field fetched the date from the purchase order record when a scheduled script is executed. Keep in mind that the client might change the general date preference in Netsuite so there is a possible chance of getting an error. To generate the Unix time… Continue reading Points to be noted while testing date fields