FedEx Authorization (Auth 2.0) API details

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

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

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