Create a new branch in the project repository. Clone the remote repository to our local system. Switch from the main branch to the new branch Create a new project. Push the code from visual studio code to GitHub. Open a pull request. Merge the Pull request. Delete subbranch from remote repository. The third and fourth… Continue reading Steps to push code from Visual Studio Code to GitHub – Part 2
Tag: Suitescript
Steps to push code from Visual Studio Code to GitHub – Part 1
Create a new branch in the project repository. Clone the remote repository to our local system. Switch from the main branch to the new branch Create a new project. Push the code from visual studio code to GitHub. Open a pull request. Merge the Pull request. Delete subbranch from remote repository. This article includes first… Continue reading Steps to push code from Visual Studio Code to GitHub – Part 1
Disable Item line fields in Item Receipt record based on a particular role.
Suite Script Analysis
Suite Script Analysis helps identify potential issues, inefficiencies, and best practices within Suite Script codebase. Select the type, name, context to view performance of specific scripts. Navigation : Customization > Performance > SuiteScript Analysis Filter the scripts with Type, Name and Date SuiteScript details displays data such as the total number of users, logs, and… Continue reading Suite Script Analysis
SuiteScript code to set line level values using debug console.
Points To Be Noted While Passing a Boolean Variable To Backend In An Extension
While working on any SCA extension having both javascript and suite script module, if we are passing a boolean value(true/false) to the suite script module there is a chance for changing the variable type to string. So if you are checking any condition with that variable make sure to check the type of the variable… Continue reading Points To Be Noted While Passing a Boolean Variable To Backend In An Extension
Basic Git Commands
To use Git, developers use specific commands to copy, create, change, and combine code.These commands can be executed directly from the command line or by using an applicationlike GitHub Desktop. Here are some common commands for using Git: git init initializes a brand-new Git repository and begins tracking an existingdirectory. It adds a hidden subfolder… Continue reading Basic Git Commands
Bill payment window emails
Send emails when bill payments are done throw the pay bill window.
ChatGPT for NetSuite – Part 3
Examples of ChatGPT in NetSuite SuiteAnalytics queries To use ChatGPT for SuiteAnalytics queries, you can provide it with specific questions or requests related to your desired report. For example:Prompt: GenericWrite a SuiteQL query that exports data from the Transaction table. Prompt: Specific Write a NetSuite SuiteQL query to export the transaction ID, transaction date, and transaction… Continue reading ChatGPT for NetSuite – Part 3
Set Billing Address on Invoice to Customer’s Default Billing Address
Sample script shows how to retrieve the default Billing Address on the Customer record and set the Billing Address fields on an Invoice to the retrieved address values