It is the NetSuite server that runs user event scripts. Records can be created, loaded, updated, copied, deleted, or submitted by users, among other activities that trigger their execution. User event scripts can be used with the majority of standard NetSuite records as well as custom record types. The following are examples of exceptions: certain… Continue reading User Event Script in Suite Script 2.1
Category: Coding Standard
Unleashing the Power of NetSuite with SuiteCloud Development Framework (SDF)
In the realm of cloud-based Enterprise Resource Planning (ERP) solutions, NetSuite stands out as a robust and versatile platform. For developers looking to customize and extend the capabilities of NetSuite, the SuiteCloud Development Framework (SDF) emerges as a powerful set of tools and technologies. In this article, we’ll explore the key components and features of… Continue reading Unleashing the Power of NetSuite with SuiteCloud Development Framework (SDF)
In wordpress, how to get the value of custom field, type=file
In WordPress, you can retrieve the value of a custom field of type “file” (an attachment) using functions and features provided by WordPress. Here are the steps to get the value of a custom field of type “file”: Custom Field Creation:First, make sure you have added a custom field to your post or page that… Continue reading In wordpress, how to get the value of custom field, type=file
To Add image using img tag as background and place other content on the image.
Scenario if we add image as background using css it will cause issue in respnsivness Solution HTML code <div class=”main container”> <img src=”image_ink.jpg” alt=” Background image”> <div class=”overlay”> <div class=”Any other Content”>Place your heading Here</div> <p class=’Sub-content’>Place tour paragraph or any other content here</p> </div> </div> CSS Code .main-container {… Continue reading To Add image using img tag as background and place other content on the image.
Dependencies to the Manifest in SDF for Visual Studio
To specify dependencies on existing objects, files, and scripts from your NetSuite accounts within an account customization project or on objects in a SuiteApp, external to your SuiteCloud project (provided they are supported by SDF), you need to manage these dependencies within your SuiteCloud extension for Visual Studio Code. This is crucial when working with… Continue reading Dependencies to the Manifest in SDF for Visual Studio
Verify if a Website Has Been Indexed in Google
There are a different ways of checking to see if a website, webpage or domain has been indexed in Google. One of the easiest way to check if an individual webpage has been indexed is to use a search operator.By using either the site: or info: search operators in Google will help a user check if the page has been… Continue reading Verify if a Website Has Been Indexed in Google
Create a table in the database using code in WordPress.
Code to create a database table dynamically using PHP. Add this code to function.php or php file in plugin.
How to update the external IDs of Commerce categories
For updating the external IDs of commerce categories, first find the list of commerce categories without external Id. For that create a saved search to examine the external Ids. Lists -> Search -> Saved Searches -> New Choose the search type as commerce category. Set the following as criteria: Inactive: false Display in Website: true… Continue reading How to update the external IDs of Commerce categories
Category Management: Required Configuration Tasks
Category management in SuiteCommerce refers to the process of organizing and managing product categories within a SuiteCommerce website or online store. It involves structuring and presenting products in a way that enhances the user experience, improves navigation, and maximizes sales. This article covers the configuration tasks required to support the display of commerce categories in… Continue reading Category Management: Required Configuration Tasks
Checkout Configurations in SuiteCommerce
In order to provide customers with the appropriate forms to capture their address, shipping information, and payment information during web store checkout, SuiteCommerce offers three supported checkout setups. Standard One Page Billing First The Checkout subtab of the SuiteCommerce setup tool has a drop-down list of checkout steps that can be used to specify the… Continue reading Checkout Configurations in SuiteCommerce