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

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