The Liquifire Resolve is used to resize the non-liquid pixel images according to the device the user viewing, In SCA we have default image resizing and we can also use this for the specific image if required by using below solution. add the liquefier resolve script to head of document <script src=”https://lpi.liquifire.com/zap/dhtml/com.liquidpixels.Resolve.jsr”></script> create a image… Continue reading How to implement Liquifire Resolve in SCA website
Month: October 2024
Proposal for Inventory Management from Webstore
Proposal contains the solution for managing stock of inventory items from webstore that including inventory adjustment, inventory view, and update. Requirement A custom record needs to be created with item, quantity on hand, last shipment date, and last customer date fields. Real-time inventory stock and stock updated dates need to be shown on the product… Continue reading Proposal for Inventory Management from Webstore
SCEM: Additional Parameter Required for Shopper Access to Suitelet URLs
The Shopper role’s access to the Suitelet’s external URL requires an additional parameter. Visitors to your website are assigned the Shopper role to maintain their browsing session. Users can access the external Suitelet URL for Suitelet scripts using the Shopper role with these settings on the Script Deployment record in your NetSuite account: The Available Without… Continue reading SCEM: Additional Parameter Required for Shopper Access to Suitelet URLs
Formatting a Date Object Based on a Dynamic Pattern
To create a function that takes a Date object and a date format pattern from a variable (such as M/D/YYYY) and returns the date formatted according to that pattern, we can implement a custom formatting function. This will dynamically format the date based on the pattern provided in the variable. function formatCustomDate(date, formatPattern) { //… Continue reading Formatting a Date Object Based on a Dynamic Pattern
Personalized Catalog Views in SMT Preview Is Not the Same as Logged User
When logging in to the website as Contact (Type is Company), some Commerce Categories do not reflect as defined in Personalized Catalog Views (Customer Segment). But when viewing the PCV via Site Management Tools and selecting the Customer Segment, it shows the right view of the Commerce Categories. Solution 1. Customer must be on a… Continue reading Personalized Catalog Views in SMT Preview Is Not the Same as Logged User
Optimize FTP file transfers
The default behavior of an FTP export is to read and process each file one at a time. That is, the export stops retrieving files until the current file is completed. If you are exporting several large files, particularly in XML format, the transfer can proceed much more slowly than expected. You can control the… Continue reading Optimize FTP file transfers
Formula to generate the remaining amount without tax for Partially paid transaction types in proportion of amount paid to total amount
For open invoices partially paid, consider the following example… Subtotal /{ amt (net of tax) } =370.00 –> This amt is without tax Discount Item= 0 Tax Total =55.50 Total /{ total gross amount } = 425.50 Amount Due / { amt remaining }= 287.50 Amount paid= 138.00 Since we need to get the amount remaining… Continue reading Formula to generate the remaining amount without tax for Partially paid transaction types in proportion of amount paid to total amount
Impact of Memorized transactions in reports and inventory counts
In NetSuite, memorized transactions are used to automate the creation of recurring transactions, but they do not generate any accounting impact or update inventory levels until they are actually processed. As a result, future memorized transactions will not appear in reports or show projections for future sales or inventory values. Only once the memorized transaction… Continue reading Impact of Memorized transactions in reports and inventory counts
CRM functionalities in NetSuite
NetSuite CRM (Customer Relationship Management) is a fully integrated CRM solution that helps organizations manage customer data, improve sales performance, streamline marketing campaigns, and enhance customer service operations. It provides a 360-degree view of customers and facilitates seamless communication and interaction across departments. Here’s an overview of the main CRM functionalities available in NetSuite: 1.… Continue reading CRM functionalities in NetSuite
How to exclude intercompany transactions in revenue reports
Navigate to Reports: Go to Reports > Financial > Income Statement. Customize the Report: Click on the “Customize” button to create a new version of the Income Statement. Modify Filters: In the customization options, go to the Filters section and add conditions to exclude intercompany transactions. You might filter based on transaction types or specific… Continue reading How to exclude intercompany transactions in revenue reports