Checklist-based testing is a type of software testing based on the pre-planned “to-do” list of tasks called a checklist. Professional testers, who have sufficient technical experience usually complete these lists. Very often different software systems are tested in the same way to see whether it is possible to detect the special defects or manage functional… Continue reading Checklist Based Testing
Month: March 2023
Partially pay an Invoice by Credit Card and Cash
1. On the Invoice (with amount=1,000.00 for example), click on Accept Payment button (Another way is to navigate to Transactions > Customers > Accept Customer Payment)2. On the Payment screen > Apply tab > Invoices subtab > Mark the Invoice > Enter the partial amount on the Payment Amount field (For example, a credit card payment is only 500.00; then, enter 500.00 on the Amount field.)5. Navigate to the Payment Method tab > Enter all credit card information,… Continue reading Partially pay an Invoice by Credit Card and Cash
Remove Journals from A/R Aging Reports
1. Navigate to Reports > Customer/Receivables > A/R Aging > Customize Summary. 2. On the Filters tab > Unpaid ReceivablesTransactions folder > Choose Transaction Type (with the key icon) > then in the Choose Filters at the right, set it to Not Equal To Journal. 3. Save.
Custom record as configuration record for all constant used in scripts
If a Project customisation needs to be deployed to multiple NetSuite accounts, a custom record would come in handy to store all the constant values used in the scripts. For this, the constant values of scripts should be stored in a library file, which would be updated based on the changes made in the custom… Continue reading Custom record as configuration record for all constant used in scripts
Resolve Error When User Navigates to Update Prices and Advanced Employee Permissions Is Enabled
Scenario : User navigates to Mass Update > Update Prices page and receives an unexpected error. Solution : To allow the role to access the Update Prices page with Advanced Employee Permissions enabled, add Employee Record and Employee Public permissions to the role. Navigate to Setup > Users/Roles > Manage Roles Note: Use the Administrator role. Role: Click Edit Navigate to the Permissions > Lists Permission: Select Employee Record … Continue reading Resolve Error When User Navigates to Update Prices and Advanced Employee Permissions Is Enabled
Activity details for Vendor saved search
Vendor saved search do not provide joining for any activities like task, call/meting calendar etc. In this scenario, we could rely on the Entity saved search vy providing the required filters to get the necessary results. Note: Need to use this method if we need to add ctivity filters and results need joining of vendor… Continue reading Activity details for Vendor saved search
How to use ‘sweet alert’ default file for popup message while we submit the form
1.create the extension 2.create the sweetalert folder in the extension 3.add this folder path in the mainfest file 4. extend the view in the view file 5.paste the below code in the folder
Finding the duration of a list field based on system information
A standard or custom record in NetSuite has fields that has standard lists or custom lists which changes based on process. These could be approval process or status changes. All these changes are stored on the system information. In case if we need to find the duration of each status for which they were present… Continue reading Finding the duration of a list field based on system information
How to design “best seller” badge for items
1.first create the item 2.Than add item to the field set 3. than go to specified item and add display name there 4. create the extension and add the below code 5.In the tpl file where badge is displaying add this <<span>>{{badge}}</span> _.extend(CartLinesView.prototype, { getContext: _.wrap(CartLinesView.prototype.getContext, function(fn) { try{ console.log(‘this’, this) var original = fn.apply(this,_.toArray(arguments).slice(1)); var… Continue reading How to design “best seller” badge for items
Proposal For Integrating Magento with NetSuite Using Custom Created Endpoints.
Proposal summary The Airport digital system’s Magento website with NetSuite integration is outlined in this proposal. We will consider the product, inventory, delivery schedule, sales order, customer, sales order status, customer order history, Product URL/Rebate Available, and Email Subscription in this current scope. Requirement Integrate NetSuite product, and inventory sales orders with NetSuite. For product… Continue reading Proposal For Integrating Magento with NetSuite Using Custom Created Endpoints.