Description Jira Code : MICL-180 The below code can be reused for fetching the details from NetSuite using the Restlet GET API Only we need to change the parameters , validations and saved searches Solution
Tag: restlet
Restlet Script to trigger the Map Reduce Script
Jira Code : BGGN-198 Description Before triggering your scheduled script using a Restlet script, you need to non-schedule the existing Map reduce script. JJ RL Trigger Auto fulfill SO BGGN-198 Here the scriptId and the deploymentId is the IDs of the Map reduce script. After deploying the script, it will provide a internal and external… Continue reading Restlet Script to trigger the Map Reduce Script
Proposal for the Creation of Assembly item and BOM in NetSuite through Restlet
Creation of Assembly item and BOM in NetSuite through Restlet Proposal summary Creates and view Assembly item and Bill of Materials in NetSuite through Restlet call. Requirement I need to have a restlet service created that would allow me to have an assembly item created And BOM created. And also restlets that would allow… Continue reading Proposal for the Creation of Assembly item and BOM in NetSuite through Restlet
PROPOSAL FOR VRMA UPDATE AND SETTING TRACKING NUMBER IN PURCHASE ORDER RECORD.
Proposal summary The scope of this proposal includes updating the ready to update checkbox in the vendor return authorization record based on the saved result, as well as updating the additional tracking number field in the purchase order based on the API response. Requirement The current requirement mainly relates to two Netsuite customizations. 1. Updating… Continue reading PROPOSAL FOR VRMA UPDATE AND SETTING TRACKING NUMBER IN PURCHASE ORDER RECORD.
PO Creation Through Restlet
PO Creation Through Restlet
Contact Creation Via REST API
Contact Creation Via Rest API
Update additional tracking number field in Purchase order
/** * @NApiVersion 2.1 * @NScriptType MapReduceScript */ define([‘N/email’, ‘N/record’, ‘N/render’, ‘N/recordContext’, ‘N/runtime’,’N/currentRecord’, ‘N/search’,’N/file’], /** * @param{email} email * @param{record} record * @param{recordContext} recordContext * @param{runtime} runtime * @param{search} search */ (email, record,render, recordContext, runtime, currentRecord, search, file) => { /** * @description the function to check whether a value exists in parameter * @param… Continue reading Update additional tracking number field in Purchase order
Customer Balance Integration API
Requirement We will be implementing an API to fetch the customer balance data from Netsuite to an application. Request : GET Parameters: CompanyCode : Company code(Company code field in the subsidiary record corresponding to subsidiary field in customer record)- Mandatory CustomerCode : Customer Code(id:custentity_code) field in the Customer record- MandatoryPageIndex: Index of the page(starting from… Continue reading Customer Balance Integration API
Customer Data Integration API
Requirement We will be implementing an API to fetch the customer data from Netsuite to an application. Request : GET Script: Restlet Parameters: CompanyCode : Company code(Company code field in the subsidiary record corresponding to subsidiary field in customer record)- MandatoryCustomerCode : Customer Code(id:custentity_code) field in the Customer record – Mandatory Solution
Restlet to create a Quote
To create a Quote from Magento website using Reslet.