Custom Record Online Form > Select Fields > No option to select Section

When creating Online Form for a Custom Record, under Select Fields, there is no option for Section to choose. Steps to reproduce: Navigate to Customization > Lists, Records, & Fields > Record Types. Edit the Custom Record. Go to Online Forms > click on New Online Form. Enter Title. Under Select Fields, enter a Field.… Continue reading Custom Record Online Form > Select Fields > No option to select Section

Update IF Record Fields using REST API

//Info: HL-97 Requirement: Update Netsuite Item fulfillment Record Field using REST API Suitable Endpoints. Here, the field need to be updated was IF Status which holds 3 specific values: 1. Picked 2. Packed 3. Shipped We have Done this using Postman interface.For this integration setup, Initially you have to create TBA & connection between NS… Continue reading Update IF Record Fields using REST API

Setup Free SSL for WordPress on Google Cloud (Click-to-Deploy)

Connect to WordPress via SSH Go to your Google Compute homepage and click the hamburger menu ( upper left-hand corner) → Compute Engine → VM Instance → SSH. 2. Check Operating System lsb_release -a 3. Generate Certificate Instructions Navigate to certbot.eff.org and select Apache from the Software dropdown, then select the correct operating system based… Continue reading Setup Free SSL for WordPress on Google Cloud (Click-to-Deploy)

Solution for Invalid key in SSH – GCP

Error: Invalid key. Required format: <protocol> <key-blob> <username@example.com> or <protocol> <key-blob> google-ssh {“userName”:”<username@example.com>”,”expireOn”:”<date>”} Try the following steps: Realign the ’rsa-key-<value>’ section. Cut and paste the rsa-key-20210820 to the first position of the key. Add username(mail id) to the end section of key value. Try out these methods with different combinations. Replac the Key Comment Textbox… Continue reading Solution for Invalid key in SSH – GCP

Google Cloud FTP Setup with FileZilla

Download PuTTY and FileZillaPuTTY is an SSH client and Key generator. This application is used to generate a private/public key and establish a secure connection between your GCP instance and Filezilla.FileZilla is the FTP Client that we will use to securely manage our Google Cloud Website’s files straight from our Desktop. Generate SSH Keys Followed… Continue reading Google Cloud FTP Setup with FileZilla

Steps to Host WordPress on GCP

STEP-1: Sign in to your google cloud console.  Email verification  Mobile number verification  Address and account details verification  Received mail after step 3: Next step is to verify the account. Mail received After verification: STEP-2: Create the first project Select new project Clicked → ‘   Go to your Console   ’  Created a new project ‘My Trial… Continue reading Steps to Host WordPress on GCP

Installing the tawk.to Magento 2 extension

Step 1 Manual installation Download the extension installation files here: https://github.com/tawk/tawk-magento-2/archive/master.zip Extract the tawk-magento-2-master folder from the package Copy the contents of tawk-magento-2-master folder to <magento-installation-root-folder>/app/code/Tawk/Widget folder of your website (create a new folder if necessary) Standard installation Be sure Composer is installed. You can install it by entering in your website root directory and executing this command: curl -sS https://getcomposer.org/installer | php When Composer… Continue reading Installing the tawk.to Magento 2 extension

Published
Categorized as Magento

Dynamically Modify the NetSuite Address Block Shown

Sample script that would dynamically hide the default Bill-to address and then dynamically show the Ship-to address in Customer Record SuiteScript 2.0 to Dynamically Show Address Block The following 2.0 code snippet would be added to the BeforeLoad UserEvent. //detect that we are in view or edit mode if (context.type != context.UserEventType.CREATE && runtime.executionContext ==… Continue reading Dynamically Modify the NetSuite Address Block Shown