PO Creation Through Restlet
Tag: 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.
Restlet suite script 1 — Sales Order creation.
Suite script 1.0 for sales order creation from external sources.
Get Quote Details — Restlet
To show Quote details on the website using Restlet.
Transform Quote to Sales Order — Restlet
Convert Quote to sales order using Restlet.
Fetch Company Details — Restlet.
Restlet is used to fetch the company details and then send back the JSON file.