You can set up a domain in your GCP server at any time, but typically, it is recommended to do so after you have completed the initial setup of your website or application. Here are a few points to consider when deciding when to set up a domain in GCP: Website/application readiness: Ensure that your… Continue reading Which is the right time to setup a domain in GCP?
Month: June 2023
Unleashing the Power of AI: Exploring ChatGPT and BARD
Artificial Intelligence (AI) has made remarkable strides in recent years, transforming the way we interact with technology. Two prominent examples of advanced AI models are ChatGPT and BARD (Building Auto-encoders through Representation Learning). Now let’s check the capabilities and significance of these AI models, shedding light on how they are revolutionizing various domains. ChatGPT: Conversations… Continue reading Unleashing the Power of AI: Exploring ChatGPT and BARD
How to create a DNS zone in GCP?
Go to the Google Cloud Console (console.cloud.google.com) and make sure you have a project created. Navigate to the Cloud DNS page by selecting “DNS” from the navigation menu on the left side. Click on the “Create Zone” button. In the “Zone type” section, select the appropriate zone type based on your requirements. The options are:… Continue reading How to create a DNS zone in GCP?
Display a popup window in NetSuite with a Time Input
Here we use ‘ExtJs’ to show the popup, and this is the one used by NetSuite to display the popup window. So, we can directly utilize this ‘Ext’ library in the scripts. Use the following code to display the popup window to input the time value.
Which is better ‘wordpress click to deploy’ or wordpress certified by Bitmani’?
Both “WordPress Click to Deploy” and “WordPress Certified by Bitnami” are two different options for deploying a WordPress website, each with its own advantages. Let’s take a closer look at both: WordPress Click to Deploy: This option typically refers to a one-click installation of WordPress provided by a hosting provider or cloud platform. It offers… Continue reading Which is better ‘wordpress click to deploy’ or wordpress certified by Bitmani’?
How to create a new WordPress project in Google Cloud Platform (GCP) using Bitnami
To create a new WordPress project in Google Cloud Platform (GCP) using Bitnami, follow these steps: Sign in to the Google Cloud Console: Go to the Google Cloud Console and sign in with your GCP account. Create a new project: If you haven’t already created a project, click on the project dropdown at the top… Continue reading How to create a new WordPress project in Google Cloud Platform (GCP) using Bitnami
How to set any record fields through console using Suitescript
We can set any record fields using the internal id of the record, the internal id of the field, and the record.submitFields() from the ‘N/record’ module. Please refer to the following: require([‘N/record’], function(record) { record.submitFields({ type: <REC_TYPE>, … Continue reading How to set any record fields through console using Suitescript
Ext.Window attributes and their usages
The Ext.Window class in Ext JS has several attributes that can be used to customize its behavior and appearance. Here are some commonly used attributes and their usages: title: Specifies the title text displayed in the window’s header. It can be set using the title attribute during window instantiation or by calling the setTitle() method.… Continue reading Ext.Window attributes and their usages
Restricting The Use Of Discount Item From a Particular Date
The client needs to restrict their people from selecting the discount item from the transaction after June 6th
Test the performance of a NetSuite account.
Testing the performance of a NetSuite account involves assessing various aspects of the system’s performance, such as response times, transaction processing speeds, and overall system stability. Here are some steps you can follow to test the performance of a NetSuite account Performance Testing Tools: Choose a performance testing tool that can simulate multiple concurrent users… Continue reading Test the performance of a NetSuite account.