Solutions with CSS properties In the following example, there is a <div> element with a class of “animation”. First of all, we add @keyframes (we use -webkit- and -moz- prefixes with @keyframes). For our @keyframes, we use percentages and specify the top, left, and background properties at 0%, 40%, and 100%. Then, we style the “animation” class by setting its width and height and adding the position property with its “relative” value. We specify the delay… Continue reading Creating an Animation with a Delay in CSS
Author: Sangamesh
How to add a shadow to text
In this we can find out how to add a shadow to any text on your page. Adding shadow to textTo add a drop shadow to the text inside the box we need a different CSS property “text-shadow”The text-shadow property takes a number of values: The offset on the x-axis The offset on the y-axis A blur… Continue reading How to add a shadow to text
How to create free gift promotion in the netsuite
You can create free gift promotions that give customers an item with 100% discount. The free gift is automatically added to the customer’s order if the transaction is eligible. To create a free gift promotion: Go to Lists > Marketing > Promotions > New. Select Free Gift Promotion from the SuitePromotions category. Enter a name and description for… Continue reading How to create free gift promotion in the netsuite
Duplicate Detection Preferences
You can change how NetSuite searches for duplicates on the Duplicate Detection page. You can have NetSuite search for duplicates among customer, contact, partner, or vendor records and search for matching information in certain fields. To prevent you from merging records that are not duplicates, you can only merge records if they have the same… Continue reading Duplicate Detection Preferences
Add a Price or Price Levels to an Item
By Following these steps add prices to an item for NetSuite Point of Sale. You can have a single base price for all stores. Price levels let you sell an item for different prices, and can be used for stores that you internally assign to different marketing areas or regions. For international retailers, you can… Continue reading Add a Price or Price Levels to an Item
Review or Create a Discount Item
To review current Discount Item records: Log in to NetSuite ERP as an administrator. Go to Lists > Accounting > Items. Review the list for a Discount Item that meets your needs, such as Amount Off or Percent Off. If a Discount Item matching the discount type needed for your promotion does not exist, follow the… Continue reading Review or Create a Discount Item
How to fix the issue: ” service controller not found”
In Extension file sometimes the error “ServiceController not found” will occurSo solve this issue1. Go to manifest.json and change the entry point to “ServiceController.js”.The example is show below 2. Then change name in entry file in suite script at define function By removing the vendor and name of extension, For example After this, deploy the… Continue reading How to fix the issue: ” service controller not found”