Transaction search for transfer orders displaying the shipping line: Add criteria as: Transaction line Type is shipping. Add Columns: Search Result showing the shipping line number:
Author: Swathi Krishna K S
Sort Files from SFTP Folder by Timestamp of Addition
To Sort Files Added to SFTP Server by Timestamp of Addition, Utilize the Following Function: let list = connection.list({ path: ‘/Outbound Order Shipments’ }); Here ‘Outbound Order Shipments’ is the SFTP folder to which the files are… Continue reading Sort Files from SFTP Folder by Timestamp of Addition
PROPOSAL FOR AUTOMATING CUSTOMER ORDER APPROVAL & PRIORITIZE ORDERS FOR EXPEDITE PROCESSING
Requirement Corp Designs needs a customization that automates the customer order approval process in NetSuite and setting priorities for orders and sending them to Footprint accordingly for expedited processing. Deliverables Customer Approval Process When an order is created in NetSuite, we will set its default status to ‘Pending Approval‘. We will incorporate two buttons into the… Continue reading PROPOSAL FOR AUTOMATING CUSTOMER ORDER APPROVAL & PRIORITIZE ORDERS FOR EXPEDITE PROCESSING
Submitting Multiple Deployments of the Same Script
The system does not permit you to submit a single script deployment for processing multiple times simultaneously. That is, if one instance of the deployment has been submitted and not yet finished, you cannot submit the same deployment again. You must wait for the unfinished instance to complete. If you need to submit multiple instances… Continue reading Submitting Multiple Deployments of the Same Script
PROPOSAL FOR EXPEDITE SALES ORDERS TO FOOTPRINT BASED ON PRIORITY
Requirement Corp Designs needs a customization that facilitate setting priorities for orders and sending them to Footprint accordingly for expedited processing. Deliverables We will add a checkbox in Sales Order records in NetSuite. The checkbox will be labelled as “Expedite Order”. The checkbox created can be used to prioritize the orders in NetSuite. We… Continue reading PROPOSAL FOR EXPEDITE SALES ORDERS TO FOOTPRINT BASED ON PRIORITY
PROPOSAL FOR SENDING EMAIL NOTIFICATION FOR ITEM CHANGE IN IF and IR CREATION
Requirement Corp Designs needs a customization that triggers an alert email, notifying them of an item change in the item line while creating an item fulfillment or item receipt record. Deliverables As per the current functionality of IF and IR creation we are adding the item according to the line numbers only. We will… Continue reading PROPOSAL FOR SENDING EMAIL NOTIFICATION FOR ITEM CHANGE IN IF and IR CREATION
PROPOSAL FOR COMBINING IDENTICAL ITEMS LINES IN PURCHASE ORDER
Proposal Summary This proposal outlines a comprehensive solution for combining the identical item lines while creating a purchase order. Requirement Corp Designs needs a customization that combines different lines of the same items, totaling their quantities and generating a single line when the purchase order is saved. Deliverables We will develop a functioality to… Continue reading PROPOSAL FOR COMBINING IDENTICAL ITEMS LINES IN PURCHASE ORDER
FAQ: File Drag and Drop SuiteApp
1.What happens if a user does not have access to the destination folder specified by the Administrator? -The upload will not be allowed. A message is shown informing the user to specify a destination folder. 2.Can I still drop a file while there are pending uploads? -Yes. 3.What are the supported browsers? -Firefox versions 20… Continue reading FAQ: File Drag and Drop SuiteApp
Configuring File Drag and Drop
Using the File Drag and Drop Setup Assistant The Setup Assistant consolidates commonly used File Drag and Drop preferences in one location to streamline the setup process for account administrators. You do not have to perform all the steps to complete the setup. You can click the number on top of each step to go… Continue reading Configuring File Drag and Drop
Render Search Results into a PDF File
The following sample shows how to render search results into a PDF. /** * @NApiVersion 2.x * @NScriptType Suitelet */ // This sample shows how to render search results into a PDF file. define([‘N/render’, ‘N/search’], function(render, search) { function onRequest(options) { var request = options.request; var response = options.response; var xmlStr = ‘<?xml version=”1.0″ encoding=”UTF-8″?>n’… Continue reading Render Search Results into a PDF File