In the fast-paced realm of software development, ensuring a consistent and visually pleasing user interface (UI) is critical. Enter Visual Regression Testing (VRT), a pivotal strategy to prevent unintended UI alterations as software evolves. Let’s delve into the essence of VRT, its working principles, and the tools empowering testers to uphold UI integrity across releases.… Continue reading Visual Regression Testing: Safeguarding UI Consistency Across Releases
Month: December 2023
Advanced Figma Components
Figma is a powerful design tool, and mastering advanced tips and tricks for working with components can significantly enhance your workflow. Here are some advanced Figma components tips: Nested Components: Create components within components to build a hierarchy. For example, a button component can have nested components for different states (default, hover, pressed). This allows… Continue reading Advanced Figma Components
Criteria to create a TAL List
Fit with Ideal Customer Profile (ICP): Identify accounts that closely match your ideal customer profile. Consider factors such as industry, company size, location, and demographics. Revenue Potential: Evaluate the revenue potential of each account. Focus on accounts that not only align with your ICP but also have the potential for significant business impact. Current Customers:… Continue reading Criteria to create a TAL List
Proposal for Suitelet Pricing Report
Requirement Blackstone would like create Suitelet built that will allow sales department to export item pricing based on our discount matrix. The formula to calculate the effective price based on the Discount matrix is Item Base Price * (100 % – Discount percentage). For example, the Discount Code DC020 gives a 30%… Continue reading Proposal for Suitelet Pricing Report
Moving Fields and Lists Between Subtabs
Requirement User is needed to move the terms field from the Billing tab to the Main Body fields. Solution To move fields and lists between subtabs: Edit the form to be customized. Click the button “Move Elements Between Subtabs“ Choose the subtab where the “Terms” field to be displayed. Click Save.
NetSuite’s Immutable System Notes for Comprehensive Record Tracking
NetSuite employs System Notes to meticulously document any modifications made to a record. These notes capture crucial information such as the date and time of the change, the initiator of the change, the interface used, the type of change, the specific field that underwent modification, and the before-and-after values within the record. Notably, System Notes… Continue reading NetSuite’s Immutable System Notes for Comprehensive Record Tracking
Advanced Figma Components
Figma is a powerful design tool, and mastering advanced tips and tricks for working with components can significantly enhance your workflow. Here are some advanced Figma components tips: Nested Components: Create components within components to build a hierarchy. For example, a button component can have nested components for different states (default, hover, pressed). This allows… Continue reading Advanced Figma Components
Customer Aging Report Using Saved Search
var invoiceSearchObj = search.create({ type: “invoice”, filters: [ [“type”,”anyof”,”CustInvc”], “AND”, [“mainline”,”is”,”T”], “AND”, [“amountremaining”,”greaterthan”,”0.00″] ], columns: [ search.createColumn({ name: “entity”, summary: “GROUP”, … Continue reading Customer Aging Report Using Saved Search
Customer Aging Report Using Saved Search
var invoiceSearchObj = search.create({ type: “invoice”, filters: [ [“type”,”anyof”,”CustInvc”], “AND”, [“mainline”,”is”,”T”], “AND”, [“amountremaining”,”greaterthan”,”0.00″] ], columns: [ search.createColumn({ name: “entity”, summary: “GROUP”, … Continue reading Customer Aging Report Using Saved Search
Pushing Customer Data to Numerik
Below code defines the pushing customer data to Numerik /** * @NApiVersion 2.1 * @NScriptType UserEventScript */ /******************************************************************************* * Date : 19 July 2021 * * Author: Jobin & Jismi IT Services LLP * Script Description : Pushing Customer data to numerik * ******************************************************************************* * DEPLOYMENT: CUSTOMER * This script summarises on pushing Customer data… Continue reading Pushing Customer Data to Numerik