Month: July 2023
Test case Documentation- NATPL 11
Task Description When a customer record has the TRACK TRACE CUSTOMER SYNC checkbox checked, it is synced to the track trace, and a UUID is provided from the track trace is saved in the NetSuite customer record. Customers are synced as trade partners of type customers. When a customer is inactive, then the customer is… Continue reading Test case Documentation- NATPL 11
Test Automation with Data-Driven Testing
Introduction: Data-driven testing (DDT) is a powerful approach in test automation that revolutionizes the way test cases are executed. Traditional test scripts often require repetitive test steps for different data inputs, leading to redundant efforts and limited test coverage. Data-driven testing overcomes these limitations by parameterizing test cases, allowing testers to execute the same test… Continue reading Test Automation with Data-Driven Testing
Create Page Types – Layout
Site Management Tools (SMT) administrators can use page types to add a range of pages and layouts to a website. When SMT administrators create new pages in SMT, they assign them to a certain page type. This can be the default landing page or any newly provided page type via an extension. SMT administrators can… Continue reading Create Page Types – Layout
Customer Project Functionality in NetSuite: An Efficient Approach to Field Sourcing in Transaction Search
NetSuite offers a Customer Project functionality that allows businesses to manage projects associated with specific customers effectively. However, when utilizing this functionality, sourcing fields using transaction search by filtering the customer internal ID can become challenging. This is primarily because, when Customer Project functionality is activated, transactions related to projects are associated with project records… Continue reading Customer Project Functionality in NetSuite: An Efficient Approach to Field Sourcing in Transaction Search
Look Book Extension – Visual portfolio
The Look Book plugin allows you to create a visual portfolio on your website that represents individual looks from a larger collection. Look Book allows you to highlight new items, engage customers with photos to establish a theme, highlight corresponding items within a collection, and generate further sales. The Look Book appears as a slider… Continue reading Look Book Extension – Visual portfolio
Render a PDF template with data taken from different records
Suite script: Adnace PDF Template:
How to Remove White Space in PDF
We can use the <p> tag along with the test-align style to remove the white space in between the letters in a word.
Possible statuses can include in workflow in Jira
In Jira, the possible statuses that can be included in a workflow depend on the customization and configuration of the specific project. However, there are some common default statuses that are available in most Jira instances. These common statuses include: Open: The initial status of an issue when it is created. In Progress: The status… Continue reading Possible statuses can include in workflow in Jira
Resolve Error: “Posting and non-posting discounts/markups are not allowed on the same transaction”
Scenario: While creating sales order with a markup item as well as a discount item. Error throws “type”:”error.SuiteScriptError”,”name”:”USER_ERROR”,”message”:”Posting and non-posting discounts/markups are not allowed on the same transaction”. 2. When we try to apply promotion in a sales order from webstore/netsuite where we are adding a markup item also through script. Solution Consider a salesorder… Continue reading Resolve Error: “Posting and non-posting discounts/markups are not allowed on the same transaction”