Month: May 2023
Testcase Documentation- Automating the creation of capacity calendar records
Exploratory testing in software testing
Exploratory testing is an approach to software testing where testers actively explore the software to find defects and issues that may not have been identified during scripted testing. It is a type of ad hoc testing that involves simultaneous learning, test design, and test execution. Exploratory testing is not a replacement for scripted testing, but rather it complements it. The goal of… Continue reading Exploratory testing in software testing
Add search functionality in the order history list page of website
Requirement is to include a search function in the order history list page of website, so that user can search a specific order by PO Number or SO Number. Solution: Create an extension and extend the “OrderHistoryListView”. Adding example below. Javacsript entrypoint file Template file
Auto populate values to Weekly Time Sheet
Restriction based on Project Allocation record in Weekly Time Sheet
Issue while parsing a PDF from File cabinet while scripting.
The print of quote page not displayed when we try to attach a pdf document to the current XML document. The PDF is uploaded to file cabinet.The quote is printing from the external Suitelet page. Solution The “Available without login” should be enabled when try to print the PDF document from a suitelet page.
Add a custom field for PO number in item fulfillment from sales order.
Create a custom field that will source the PO # from Sales Order to Item Fulfillment. create a custom field for PO # in IF. Go to Customization > List, Records & Fields > Transaction Body Fields > New1. Give Label: PO #2. Type: Free-Form Text3. Store Value: F4. Applies To: Item Fulfillment5. Display Type: DisabledIn Source and Filtering TabSource List: Created FromSource From: PO/Check #
Set Billing Address on Invoice to Customer’s Default Billing Address
Sample script shows how to retrieve the default Billing Address on the Customer record and set the Billing Address fields on an Invoice to the retrieved address values
Customizing Login and Logout
Applies toSite Builder You can display your company branding on a custom login page that you create for your employees, customers and partners. For more information about creating a secure hosted login page to NetSuite, see Displaying Login Fields on Your Web Page. Also, you can further establish your company branding when members of your organization… Continue reading Customizing Login and Logout
How to make a item personalised or not from edit cart
For this we can check for the values before update if any values are present then the item will be stored as a personalised if personalisation made from pdp is removed then it will be not personalised item and can be checked by checking length of fieldsAn example to check the condition is given