Authorization API Details This API allows you to authorize the API requests and it is required to authenticate the FedEx resources. The following section describes the prerequisites for the API: While registering to FedEx Developer portal, FedEx provides a combination of Client ID (API Key) and Client Secret (Secret Key) to authenticate API requests for… Continue reading FedEx Authorization (Auth 2.0) API details
Month: June 2023
Proposal For Oneworld Migration
Proposal Summary This proposal covers the scope of implementing the Oneworld account configuration. Requirement The client would like to implement the Oneworld configurations in their account. Prerequisite The data for the following need to be provided from UBUY. Subsidiary – Provide the subsidiary name, Currency, Country, and parent-subsidiary (Subsidiary structure – This is to arrange… Continue reading Proposal For Oneworld Migration
How to write a code that needs to run based on any change happening in the cart.
When extending the cart view, when any values like quantity or cart add/remove is happening and we need to update any values in the cart according to the change we can use the following code: This function will run every time an update happened in the model
Navigate your Integration App
When you open an integration, you can use the tools available from the following tabs to track the status of flows in your integration. Your Settings tab helps you customize your forms and fields at the integration, flow, export, import, or connection level. The Flows tab allows you to monitor the status of all your integration flows. The integration Dashboard shows… Continue reading Navigate your Integration App
How to select/deselect multiple options in dropdown using jQuery
To select and deselect multiple options in a drop-down menu, we will use the HTML and CSS codes. HTML code helps to define the basic structure of the webpage and CSS will benefit in designing the web page. Some essential properties used in the code are as follows- <div> – This is a division tag that… Continue reading How to select/deselect multiple options in dropdown using jQuery
How to select values from a JSON object using jQuery
In this article, we will select values from a JSON object and display them on the browser using jQuery. To select values from a JSON object to webpage, we use append() method. This append() method in jQuery is used to insert some content at the end of the selected elements. Syntax: $(selector).append(content, function(index, html)) Approach: First… Continue reading How to select values from a JSON object using jQuery
Vulnerability Testing
Vulnerability testing, also known as vulnerability assessment or security testing, is a process of evaluating the security of a system, network, or application to identify and assess vulnerabilities or weaknesses that could potentially be exploited by attackers. The primary goal of vulnerability testing is to proactively identify and address security vulnerabilities before they can be… Continue reading Vulnerability Testing
Get Country IDs and Country Names on SuiteScript
Scenario This article describes how to get all countries defined in NetSuite via SuiteScript. This is possible by creating a Custom Record type and Custom Field with List/Record of Country. The sample script is also best executed in User Event: Before Load. Solution Create Custom Record Type 1. Navigate to Customization > Lists Records &… Continue reading Get Country IDs and Country Names on SuiteScript
Enabling GL Matching features
This article includes the features to be enabled before installing the GL Matching suiteapp.
How to create TDS section Codes
The section code determines the Tax Deduction at Source (TDS) tax rate rule that will apply to atransaction. Go To Customization> List records> Record types Find : India Tax Section Code for TDS Click on New record link provide following values Section code — Enter a unique code and name for this record. Challan code… Continue reading How to create TDS section Codes